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;