This commit is contained in:
CakeCN
2025-09-11 22:03:30 +08:00
parent d3bc321540
commit 93a1c5fd59
2 changed files with 0 additions and 13 deletions

View File

@@ -52,8 +52,5 @@ def realtime_response(config: dict, realtime_action: dict) -> None:
with open(file_path, "r", encoding="utf-8") as f:
bb.active_file_content = f.read()
# 如需调试输出,可在这里统一记录日志
current_app.logger.debug("vscode config: %s", config)
current_app.logger.debug("vscode action: %s", realtime_action)
chatmanager.upload_bb()