We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a85913 commit f050bccCopy full SHA for f050bcc
src/mcp/adapter.rs
@@ -14,7 +14,7 @@ use std::io::Write;
14
use chrono::Local;
15
16
/// 调试开关常量
17
-const DEBUG_ENABLED: bool = true;
+const DEBUG_ENABLED: bool = false;
18
19
/// 写入调试日志到文件
20
fn write_debug_log(message: &str, project_path: Option<&str>) {
0 commit comments