Skip to content

Commit

Permalink
caused a syntax when removing console logs. fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSharratt committed Feb 7, 2020
1 parent eb5c6d9 commit 21a58e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microservices/requestApi/routes/v2/db/model/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ model.getAll = function(query, limit, page, user, callback){
// var util = require('util');

// console.log("v2 model agg", util.inspect(agg, {showHidden: false, depth: null}));
logger.verbose("v2 model agg", util.inspect(agg, {showHidden: false, depth: null}));
logger.verbose("v2 model agg", agg));

db.Request.aggregate(agg).exec(function(err, results){
logger.verbose('v2 finished db call', err, results);
Expand Down

0 comments on commit 21a58e8

Please sign in to comment.