remove debug code.

This commit is contained in:
Christopher Jeffrey 2016-03-19 13:13:49 -07:00
parent 5153e0e1f0
commit a019e9cfc7

View File

@ -148,7 +148,6 @@ LowlevelUp.prototype.batch = function batch(ops, options, callback) {
};
LowlevelUp.prototype.iterator = function iterator(options) {
console.log(Error().stack);
return this.db.iterator(options);
};