Skip to content

Commit 7fa319e

Browse files
committed
refactor(frontend): remove console logs for cleaner code and improved performance
1 parent 342c1c6 commit 7fa319e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/hooks/useChatStream.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ export const useChatStream = ({
136136
setMessages((prev) => [...prev, newMessage]);
137137

138138
if (!currentChatId) {
139-
console.log('Creating new chat...');
140139
try {
141140
await createChat({
142141
variables: {

0 commit comments

Comments
 (0)