]> zoso.dev Git - nemo-wallet.git/commitdiff
Remove some now unused debugging statements.
authorChris Duncan <chris@zoso.dev>
Tue, 15 Oct 2024 07:42:18 +0000 (00:42 -0700)
committerChris Duncan <chris@zoso.dev>
Tue, 15 Oct 2024 07:42:18 +0000 (00:42 -0700)
app/pages/nemo-wallet.html

index 20127a9aa653773f49cecad9fe717cc717a837b0..ed1241686d085f1ae60d86824f1e67e7c9f5eb7b 100644 (file)
@@ -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) => {