mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Removed old debug output
This commit is contained in:
parent
a472986d0e
commit
adc6a45185
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue