From f5804ad443ae1e0907b41b38c98f884c3214cf2d Mon Sep 17 00:00:00 2001 From: clean99 Date: Tue, 21 Nov 2023 11:35:42 +0800 Subject: [PATCH] fix: remove console --- frontend/src/App.tsx | 1 - 1 file changed, 1 deletion(-) 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,