fix: 删除多定义的方法 (#528)

This commit is contained in:
ERIC LEUNG
2025-11-05 20:11:50 +08:00
committed by GitHub
parent 80b09f0982
commit 2d084f373c
5 changed files with 2 additions and 136 deletions

View File

@@ -11,8 +11,8 @@ import (
"nofx/mcp"
"nofx/pool"
"strings"
"time"
"sync"
"time"
)
// AutoTraderConfig 自动交易配置(简化版 - AI全权决策
@@ -470,7 +470,6 @@ func (at *AutoTrader) runCycle() error {
log.Println(strings.Repeat("=", 70))
log.Println(decision.SystemPrompt)
log.Println(strings.Repeat("=", 70))
}
if decision.CoTTrace != "" {
log.Print("\n" + strings.Repeat("-", 70) + "\n")