Skip to content

Commit

Permalink
Cleaning up after myself
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelkaufmann committed Nov 16, 2013
1 parent 0dc9149 commit 0e0584e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Drivers/DML/mongodb.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,6 @@ Driver.prototype.update = function (table, changes, conditions, cb) {
convertToDBTypes(changes, this.config.timezone);
convertToDB(conditions, this.config.timezone);

debugger;

return this.db.collection(table).update(
conditions,
{
Expand Down

0 comments on commit 0e0584e

Please sign in to comment.