From ccfb4eb50f88d187895a664a0f16ed4cb20e66fa Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Tue, 15 Oct 2024 00:42:18 -0700 Subject: [PATCH] Remove some now unused debugging statements. --- app/pages/nemo-wallet.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/pages/nemo-wallet.html b/app/pages/nemo-wallet.html index 20127a9..ed12416 100644 --- a/app/pages/nemo-wallet.html +++ b/app/pages/nemo-wallet.html @@ -78,9 +78,8 @@ } } async function clearStorage () { - console.log('clear()') sessionStorage.clear() - notify.ok(`Session storage cleared ${Math.random()}`) + notify.ok(`Session storage cleared`) } const notify = { show: (msg, color) => { -- 2.34.1