Procházet zdrojové kódy

Removed old debug output

mayjs před 8 roky
rodič
revize
adc6a45185
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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);