@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('====================================================>');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-sol-common",
3
- "version": "1.0.187",
3
+ "version": "1.0.189",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "types/index.d.ts",