Commit 9c9613c6 by zihan

暂时去掉日志

parent e189c4f6
...@@ -215,7 +215,7 @@ class Strategy3 { ...@@ -215,7 +215,7 @@ class Strategy3 {
const best5SellDepth = this.collector.getDepth(midCurrency,baseCurrency2,5); const best5SellDepth = this.collector.getDepth(midCurrency,baseCurrency2,5);
if(best5SellDepth.length <5){ if(best5SellDepth.length <5){
console.error(`${midCurrency}${baseCurrency2}深度不足5个,放弃此轮`); // console.error(`${midCurrency}${baseCurrency2}深度不足5个,放弃此轮`);
return -1; return -1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment