Skip to content

Commit

Permalink
undebug
Browse files Browse the repository at this point in the history
  • Loading branch information
spruce-bruce committed Apr 10, 2017
1 parent d8d28e6 commit 52c8d84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/application/user/user-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = (bookshelf, emailService, renderTemplate) => {
},

getUsers(query) {
console.log(query);
let model = bookshelf.model('user');
if (query.ids) {
model = model.where('id', 'in', query.ids);
Expand Down

0 comments on commit 52c8d84

Please sign in to comment.