From 234e4e66b1fafa14db33c504a8d2721bb5f0d196 Mon Sep 17 00:00:00 2001 From: PhilReact Date: Fri, 1 Nov 2024 00:24:42 +0200 Subject: [PATCH] remove logs --- src/background.ts | 2 +- src/qortalRequests copy.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/background.ts b/src/background.ts index aae8820..0c7fbc1 100644 --- a/src/background.ts +++ b/src/background.ts @@ -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"; diff --git a/src/qortalRequests copy.ts b/src/qortalRequests copy.ts index 3174148..6807fe9 100644 --- a/src/qortalRequests copy.ts +++ b/src/qortalRequests copy.ts @@ -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); }