From: Chris Duncan Date: Tue, 15 Oct 2024 07:42:18 +0000 (-0700) Subject: Remove some now unused debugging statements. X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=ccfb4eb50f88d187895a664a0f16ed4cb20e66fa;p=nemo-wallet.git Remove some now unused debugging statements. --- 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) => {