fix: remove console
This commit is contained in:
parent
370c1b9cf0
commit
eb48129f2f
@ -34,7 +34,6 @@ function App() {
|
||||
const [executionConsole, setExecutionConsole] = useState<string[]>([]);
|
||||
const [updateInstruction, setUpdateInstruction] = useState("");
|
||||
const [history, setHistory] = useState<string[]>([]);
|
||||
console.log('history', history)
|
||||
const [settings, setSettings] = usePersistedState<Settings>(
|
||||
{
|
||||
openAiApiKey: null,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user