@clonegod/ttd-core 2.0.94 → 2.0.95

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.
@@ -107,7 +107,6 @@ const handle_order_message = (trade_appconfig, trade_instance, tx_result_checker
107
107
  }
108
108
  finally {
109
109
  trade_appconfig.arb_cache.cache_order_message(Object.assign(Object.assign({}, order_msg), { order_submit_result })).then(res => {
110
- (0, __1.log_info)(`cache order submit result, success`, { order_msg, order_submit_result, res });
111
110
  }).catch(err => {
112
111
  (0, __1.log_warn)('cache order submit result, error!', { order_msg, order_submit_result, err });
113
112
  console.log(err);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "2.0.94",
3
+ "version": "2.0.95",
4
4
  "description": "Common types and utilities for trading systems - use `npm run push` to publish",
5
5
  "main": "dist/index.js",
6
6
  "types": "types/index.d.ts",