From a019e9cfc7df3649d0dc07accf491342fc07dba9 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sat, 19 Mar 2016 13:13:49 -0700 Subject: [PATCH] remove debug code. --- lib/bcoin/ldb.js | 1 - 1 file changed, 1 deletion(-) 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); };