Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
remove console.log from map command
Browse files Browse the repository at this point in the history
  • Loading branch information
warapitiya committed Aug 5, 2015
1 parent 5faef91 commit 54ab476
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion operations.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ Operations.prototype.map = function (opts) {
list += prop[0] + ' = ' + prop[1];
});

console.log(this.mapString + list);
return this.db.query(this.mapString + list);

};
Expand Down

0 comments on commit 54ab476

Please sign in to comment.