mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-23 19:37:52 +00:00
remove logs
This commit is contained in:
parent
9b5ec96fe7
commit
659b7fe447
@ -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,
|
||||||
|
@ -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={{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user