diff --git a/src/components/TabPages/Conversation/InputBox/InputBox.svelte b/src/components/TabPages/Conversation/InputBox/InputBox.svelte index 3816947..1beca61 100644 --- a/src/components/TabPages/Conversation/InputBox/InputBox.svelte +++ b/src/components/TabPages/Conversation/InputBox/InputBox.svelte @@ -85,10 +85,6 @@ if (msg === '/clear') { onClear(true); return; - // } else if (msg === '/save') { - // saveChatStateToLog(); - // $inputText = ''; - // return; } else if (msg === '/debug') { console.group('Stores'); console.log('chatTimeline:', $chatTimeline);