From 6fed0e5473e79b7fdb0ec35194f4ff133f606a4d Mon Sep 17 00:00:00 2001 From: glax Date: Wed, 24 May 2023 21:51:26 +0200 Subject: [PATCH] removed console.log --- Website/interaction.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Website/interaction.js b/Website/interaction.js index 13957d0..45dc5b5 100644 --- a/Website/interaction.js +++ b/Website/interaction.js @@ -215,7 +215,6 @@ function GetSettingsClick(){ settingKomgaPass.value = ""; GetSettings().then(json => { - console.log(json); settingDownloadLocation.innerText = json.downloadLocation; if(json.komga != null) settingKomgaUrl.placeholder = json.komga.baseUrl;