Skip to content

Commit f050bcc

Browse files
committed
🐛 修复调试开关常量,设置为 false
1 parent 5a85913 commit f050bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/adapter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use std::io::Write;
1414
use chrono::Local;
1515

1616
/// 调试开关常量
17-
const DEBUG_ENABLED: bool = true;
17+
const DEBUG_ENABLED: bool = false;
1818

1919
/// 写入调试日志到文件
2020
fn write_debug_log(message: &str, project_path: Option<&str>) {

0 commit comments

Comments
 (0)