summaryrefslogtreecommitdiffstats
path: root/models/boards.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/boards.js')
-rw-r--r--models/boards.js1
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);