浏览代码

Removed old debug output

mayjs 8 年之前
父节点
当前提交
adc6a45185
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      models/boards.js

+ 0 - 1
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);