Remove unnecessary g.log

This commit is contained in:
Setogit 2016-08-15 21:52:44 -07:00
parent 1a62ed7f27
commit d4769c7adf
1 changed files with 1 additions and 1 deletions

View File

@ -23,5 +23,5 @@ CartItem.sum(1, function(err, total) {
// call a built in remote method
CartItem.find(function(err, items) {
g.log(items);
console.log(items);
});