From 1f435b288670978c375f28cf69942b793e61efe2 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Sat, 9 May 2020 21:23:57 +0200 Subject: [PATCH] Cleanup --- webext/js/options_accounts.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/webext/js/options_accounts.js b/webext/js/options_accounts.js index 4263d4b..1d721a8 100644 --- a/webext/js/options_accounts.js +++ b/webext/js/options_accounts.js @@ -127,8 +127,6 @@ SysTrayX.Accounts = { folders = accounts[prop][i].folders; } - console.debug("Folders: " + JSON.stringify(folders)); - // Recursive list creator function createListLevel(level, parent) { const typeLevelUl = document.createElement("ul");