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
edb9ea5b0a
commit
234e4e66b1
@ -486,7 +486,7 @@ const handleNotificationDirect = async (directs) => {
|
|||||||
encodeURIComponent("chat_notification_" +
|
encodeURIComponent("chat_notification_" +
|
||||||
Date.now() +
|
Date.now() +
|
||||||
"_type=direct" +
|
"_type=direct" +
|
||||||
`_from=${newestLatestTimestamp.address}`);
|
`_from=""`);
|
||||||
|
|
||||||
const title = "New Direct message!";
|
const title = "New Direct message!";
|
||||||
const body = "You have received a new direct message";
|
const body = "You have received a new direct message";
|
||||||
|
@ -38,7 +38,6 @@ function getLocalStorage(key) {
|
|||||||
// Save the updated object back to storage
|
// Save the updated object back to storage
|
||||||
await setLocalStorage({ qortalRequestPermissions });
|
await setLocalStorage({ qortalRequestPermissions });
|
||||||
|
|
||||||
console.log('Permission set for', key);
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('Error setting permission:', error);
|
console.error('Error setting permission:', error);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user