Reporting: Unbound: Remove debug msg

This commit is contained in:
Stephan de Wit 2023-02-03 10:16:34 +01:00
parent dd720b45b4
commit 0ff715f827
1 changed files with 0 additions and 1 deletions

View File

@ -468,7 +468,6 @@
def.resolve();
if (window.localStorage) {
console.log(window.localStorage.getItem("api.unbound.overview.logqchart"));
if (window.localStorage.getItem("api.unbound.overview.timeperiod") !== null) {
$("#timeperiod").val(window.localStorage.getItem("api.unbound.overview.timeperiod"));
}