remove logs

This commit is contained in:
PhilReact 2024-09-25 16:18:36 +03:00
parent 9b5ec96fe7
commit 659b7fe447
2 changed files with 3 additions and 3 deletions

View File

@ -1633,7 +1633,7 @@ async function sendChatDirect({
...(otherData || {})
};
const messageStringified = JSON.stringify(finalJson);
console.log('chatReferencefinal', chatReference)
const txBody = {
timestamp: Date.now(),
recipient: recipientAddress,
@ -4034,7 +4034,7 @@ chrome?.runtime?.onMessage.addListener((request, sender, sendResponse) => {
address,
otherData
} = request.payload;
console.log('chatReferencebg', chatReference)
sendChatDirect({
directTo,
chatReference,

View File

@ -108,7 +108,7 @@ export const GroupJoinRequests = ({ myAddress, groups, setOpenManageMembers, get
})
}, [groupsWithJoinRequests, txList])
console.log('filteredJoinRequests', filteredJoinRequests)
return (
<Box sx={{