Skip to content

Commit 21ce174

Browse files
authored
Merge pull request #2634 from strongloop/fixup-glob
Remove unnecessary g.log
2 parents da0a543 + d4769c7 commit 21ce174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/client-server/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ CartItem.sum(1, function(err, total) {
2323

2424
// call a built in remote method
2525
CartItem.find(function(err, items) {
26-
g.log(items);
26+
console.log(items);
2727
});

0 commit comments

Comments
 (0)