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_" + 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";

View File

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