Skip to content

Commit

Permalink
get rid of console log
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNi245 committed Sep 9, 2024
1 parent 450a426 commit 2677898
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ export const renderMessage = (messages: MessageModel[]) => {
const withReply = renderReply(withReactions);
const withReplyC = renderReply(withReactions);

console.log('withReply', withReply);
console.log('withReplyC', withReplyC);

const withoutEdited = renderEdit(withReply);
//Sort the messages by timestamp DESC to show them in the right order
// withoutEdited.sort(
Expand Down

0 comments on commit 2677898

Please sign in to comment.