Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Philreact committed Sep 27, 2024
1 parent dbfdb75 commit 0087985
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Group/Group.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ export const Group = ({
const groupChatHasUnread = useMemo(() => {
let hasUnread = false;
groups.forEach((group) => {
console.log('isUpdateMsg(group?.data)', isUpdateMsg(group?.data))


if (
group?.data &&
Expand Down
2 changes: 1 addition & 1 deletion src/qdn/encryption/group-encryption.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export const encryptSingle = async ({ data64, secretKeyObject, typeNumber = 1 }:


export const decodeBase64ForUIChatMessages = (messages)=> {
console.log('messages', messages)

let msgs = []
for(const msg of messages){
try {
Expand Down

0 comments on commit 0087985

Please sign in to comment.