Make startup delay an option

This commit is contained in:
Ximi1970
2021-09-05 17:04:13 +02:00
parent 692c8f218f
commit 0bc95cc106
13 changed files with 262 additions and 45 deletions

View File

@@ -476,7 +476,6 @@ async function getFilters() {
const filters = result.filters || undefined;
if (filters !== undefined) {
console.debug("Stored filters length: " + JSON.stringify(filters).length);
console.debug("Stored filters: " + JSON.stringify(filters));
} else {
console.debug("Stored filters: undefined");