From 5f97e572a597027584770da4b909d901451f84f8 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sun, 12 May 2024 20:02:45 +0800 Subject: [PATCH] remove erase code used for debugging --- scripts/pages/settings.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/pages/settings.js b/scripts/pages/settings.js index 6297473..dbaa09e 100644 --- a/scripts/pages/settings.js +++ b/scripts/pages/settings.js @@ -86,7 +86,6 @@ class Page_Settings extends Page { (document.querySelector(`[data-action="storage,clear"]`)) ? document.querySelector(`[data-action="storage,clear"]`).addEventListener(`click`, async () => { await global.forget(`sites`); - console.log(await global.read(null, 1), await global.read(null, -1)); }) : false;