Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodanswer committed Nov 22, 2024
1 parent 2c7c9fb commit 44f82fa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web/src/app/chat/ChatPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2198,10 +2198,6 @@ export function ChatPage({
const newCompleteMessageMap = new Map(
messageMap
);
console.log(
"newCompleteMessageMap",
newCompleteMessageMap
);
newCompleteMessageMap.get(
message.parentMessageId!
)!.latestChildMessageId = messageId;
Expand Down

0 comments on commit 44f82fa

Please sign in to comment.