remove console.logs

This commit is contained in:
Manuel Araoz 2014-06-03 18:38:56 -03:00
commit 7798e38253
18 changed files with 9 additions and 161 deletions

View file

@ -150,10 +150,8 @@ Insight.prototype.sendRawTransaction = function(rawtx, cb) {
}
};
this._request(options, function(err, res) {
console.log('[Insight.js.73:err:]', err); //TODO
if (err) return cb();
console.log('[Insight.js.74]', res); //TODO
return cb(res.txid);
});
};