mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-24 20:07:51 +00:00
remove logs
This commit is contained in:
parent
edb9ea5b0a
commit
234e4e66b1
@ -486,7 +486,7 @@ const handleNotificationDirect = async (directs) => {
|
||||
encodeURIComponent("chat_notification_" +
|
||||
Date.now() +
|
||||
"_type=direct" +
|
||||
`_from=${newestLatestTimestamp.address}`);
|
||||
`_from=""`);
|
||||
|
||||
const title = "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
|
||||
await setLocalStorage({ qortalRequestPermissions });
|
||||
|
||||
console.log('Permission set for', key);
|
||||
} catch (error) {
|
||||
console.error('Error setting permission:', error);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user