diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index fea0fb1..44883ff 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -34,7 +34,6 @@ function App() { const [executionConsole, setExecutionConsole] = useState([]); const [updateInstruction, setUpdateInstruction] = useState(""); const [history, setHistory] = useState([]); - console.log('history', history) const [settings, setSettings] = usePersistedState( { openAiApiKey: null,