diff options
author | mayjs <johannes.may@udo.edu> | 2017-05-15 18:31:10 +0200 |
---|---|---|
committer | mayjs <johannes.may@udo.edu> | 2017-05-15 18:31:10 +0200 |
commit | adc6a45185be52ae4d6d4796a07c36859a9fd464 (patch) | |
tree | 068453993b0db9d29d413215e2216bd839ca67ff /models/boards.js | |
parent | a472986d0e763cbedf62a3b09fa9869bd00ba26a (diff) | |
download | wekan-adc6a45185be52ae4d6d4796a07c36859a9fd464.tar.gz wekan-adc6a45185be52ae4d6d4796a07c36859a9fd464.tar.bz2 wekan-adc6a45185be52ae4d6d4796a07c36859a9fd464.zip |
Removed old debug output
Diffstat (limited to 'models/boards.js')
-rw-r--r-- | models/boards.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/models/boards.js b/models/boards.js index 6959d653..e0fd81dd 100644 --- a/models/boards.js +++ b/models/boards.js @@ -557,7 +557,6 @@ if (Meteor.isServer) { //BOARDS REST API if (Meteor.isServer) { JsonRoutes.add('GET', '/api/user/boards', function (req, res, next) { - console.log("Running"); // TODO: This should be changed to be less restrictive! Authentication.checkUserId(req.userId); |