Skip to content

Commit

Permalink
dev: comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Fortyseven committed Aug 16, 2024
1 parent e8b0853 commit 929ef4f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/TabPages/Conversation/InputBox/InputBox.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 929ef4f

Please sign in to comment.