清理调试信息,保持代码整洁

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
ZacharyZcR
2025-09-17 01:18:47 +08:00
parent f70a2102db
commit 948704055b
4 changed files with 1 additions and 35 deletions

View File

@@ -34,12 +34,6 @@ export function TerminalWindow({
initialY = 150,
executeCommand
}: TerminalWindowProps) {
console.log('TerminalWindow props:', {
windowId,
initialPath,
executeCommand,
hasExecuteCommand: !!executeCommand
});
const { closeWindow, minimizeWindow, maximizeWindow, focusWindow, windows } = useWindowManager();
// 获取当前窗口状态