@clonegod/ttd-sol-common 1.0.187 → 1.0.189
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -119,8 +119,6 @@ class TransactionResultChecker {
|
|
|
119
119
|
else {
|
|
120
120
|
this.event_emitter.emit(dist_1.TRANSACTION_STATE_FAILED, trade_result);
|
|
121
121
|
}
|
|
122
|
-
}
|
|
123
|
-
if (dist_1.LOG.debug) {
|
|
124
122
|
console.log('<====================================================');
|
|
125
123
|
console.dir(trade_result, { depth: 8 });
|
|
126
124
|
console.log('====================================================>');
|