mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-26 15:15:49 +00:00
Remove logging
This commit is contained in:
@@ -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);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user