Skip to content

Commit 4944cee

Browse files
committed
Update chat.tsx
1 parent 888c4fa commit 4944cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export default function Chat({ ref }: { ref?: React.RefObject<HTMLDivElement> })
233233
isGenerating: false,
234234
}
235235

236-
console.log('Using new initial chat state', state)
236+
// console.log('Using new initial chat state', state)
237237
return state
238238
}, [loaderData.chatId,])
239239

0 commit comments

Comments
 (0)