Skip to content

Commit

Permalink
Remove debugging stuff now that #1519 is ostensibly all zipped up
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Oct 2, 2017
1 parent de3fed6 commit f0337a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/waterline/utils/query/forge-stage-three-query.js
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ module.exports = function forgeStageThreeQuery(options) {

});

console.log('\n\n****************************\n\n\n********\nStage 3 query: ',util.inspect(s3Q,{depth:5}),'\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^');
// console.log('\n\n****************************\n\n\n********\nStage 3 query: ',util.inspect(s3Q,{depth:5}),'\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^');
return s3Q;
}

Expand Down
3 changes: 2 additions & 1 deletion lib/waterline/utils/query/forge-stage-two-query.js
Original file line number Diff line number Diff line change
Expand Up @@ -1626,7 +1626,8 @@ module.exports = function forgeStageTwoQuery(query, orm) {
// if (process.env.NODE_ENV !== 'production') {
// console.timeEnd('forgeStageTwoQuery');
// }
console.log('\n\n****************************\n\n\n********\nStage 2 query: ',util.inspect(query,{depth:5}),'\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^');

// console.log('\n\n****************************\n\n\n********\nStage 2 query: ',util.inspect(query,{depth:5}),'\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^');

// --
// The provided "stage 1 query guts" dictionary is now a logical protostatement ("stage 2 query").
Expand Down

0 comments on commit f0337a2

Please sign in to comment.