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

View File

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