remove erase code used for debugging

This commit is contained in:
buzz-lightsnack-2007 2024-05-12 20:02:45 +08:00
parent ca429e1212
commit 5f97e572a5

View file

@ -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;