mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-03-13 19:42:33 +00:00
remove logs
This commit is contained in:
parent
9b5ec96fe7
commit
659b7fe447
@ -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,
|
||||
|
@ -108,7 +108,7 @@ export const GroupJoinRequests = ({ myAddress, groups, setOpenManageMembers, get
|
||||
})
|
||||
}, [groupsWithJoinRequests, txList])
|
||||
|
||||
console.log('filteredJoinRequests', filteredJoinRequests)
|
||||
|
||||
|
||||
return (
|
||||
<Box sx={{
|
||||
|
Loading…
x
Reference in New Issue
Block a user