diff --git a/lib/bcoin/ldb.js b/lib/bcoin/ldb.js index 0a75dd50..05bd42ef 100644 --- a/lib/bcoin/ldb.js +++ b/lib/bcoin/ldb.js @@ -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); };