Administrator
2026-08-07 ea7f1f3e82e468219556e16fd5ac2ed11f52cae3
chore(log): 移除网格交易中的调试日志

- 注释掉当前价格的日志输出语句
- 减少生产环境中的冗余日志信息
1 files modified
2 ■■■ changed files
src/main/java/com/xcong/excoin/modules/gateApi/GateGridTradeService.java 2 ●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/gateApi/GateGridTradeService.java
@@ -376,7 +376,7 @@
     */
    public void onKline(BigDecimal closePrice) {
        log.info("当前价:{}", closePrice);
//        log.info("当前价:{}", closePrice);
        lastKlinePrice = closePrice;