Remove logging

This commit is contained in:
wltsmrz
2014-04-23 14:20:41 -07:00
parent cbba7727f2
commit 43deeaf5fb

View File

@@ -375,10 +375,7 @@ TransactionManager.prototype._request = function(tx) {
function transactionRetry(message) {
if (tx.finalized) return;
console.log('TER, submitting fill');
self._fillSequence(tx, function() {
console.log('FILL COMPLETE, resubmitting');
self._resubmit(1, tx);
});
};