remove erase code used for debugging
This commit is contained in:
parent
ca429e1212
commit
5f97e572a5
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ class Page_Settings extends Page {
|
||||||
(document.querySelector(`[data-action="storage,clear"]`))
|
(document.querySelector(`[data-action="storage,clear"]`))
|
||||||
? document.querySelector(`[data-action="storage,clear"]`).addEventListener(`click`, async () => {
|
? document.querySelector(`[data-action="storage,clear"]`).addEventListener(`click`, async () => {
|
||||||
await global.forget(`sites`);
|
await global.forget(`sites`);
|
||||||
console.log(await global.read(null, 1), await global.read(null, -1));
|
|
||||||
})
|
})
|
||||||
: false;
|
: false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue