remove logs

This commit is contained in:
PhilReact 2024-11-01 00:24:42 +02:00
parent edb9ea5b0a
commit 234e4e66b1
2 changed files with 1 additions and 2 deletions

View File

@ -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";

View File

@ -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);
}