Skip to content

Commit 794fb53

Browse files
committed
♻️ refactor: del log print
1 parent c7771ae commit 794fb53

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/store/chat/slices/aiChat/actions/generateAIChat.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,6 @@ export const generateAIChat: StateCreator<
606606
internal_toggleToolCallingStreaming(messageId, undefined);
607607
}
608608

609-
console.log('Generate Message Finish:', usage, speed);
610-
611609
// update the content after fetch result
612610
await internal_updateMessageContent(messageId, content, {
613611
toolCalls,

0 commit comments

Comments
 (0)