Explorar el Código

Removed old debug output

mayjs hace 8 años
padre
commit
adc6a45185
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      models/boards.js

+ 0 - 1
models/boards.js

@@ -557,7 +557,6 @@ if (Meteor.isServer) {
 //BOARDS REST API
 //BOARDS REST API
 if (Meteor.isServer) {
 if (Meteor.isServer) {
   JsonRoutes.add('GET', '/api/user/boards', function (req, res, next) {
   JsonRoutes.add('GET', '/api/user/boards', function (req, res, next) {
-    console.log("Running");
     // TODO: This should be changed to be less restrictive!
     // TODO: This should be changed to be less restrictive!
     Authentication.checkUserId(req.userId);
     Authentication.checkUserId(req.userId);