mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Remove logging
This commit is contained in:
@@ -375,10 +375,7 @@ TransactionManager.prototype._request = function(tx) {
|
|||||||
function transactionRetry(message) {
|
function transactionRetry(message) {
|
||||||
if (tx.finalized) return;
|
if (tx.finalized) return;
|
||||||
|
|
||||||
console.log('TER, submitting fill');
|
|
||||||
|
|
||||||
self._fillSequence(tx, function() {
|
self._fillSequence(tx, function() {
|
||||||
console.log('FILL COMPLETE, resubmitting');
|
|
||||||
self._resubmit(1, tx);
|
self._resubmit(1, tx);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user