清理调试信息,保持代码整洁
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
// 获取当前窗口状态
|
||||
|
||||
Reference in New Issue
Block a user