removed console.log

This commit is contained in:
glax 2023-05-24 21:51:26 +02:00
parent a0636ac7a2
commit 6fed0e5473

View File

@ -215,7 +215,6 @@ function GetSettingsClick(){
settingKomgaPass.value = ""; settingKomgaPass.value = "";
GetSettings().then(json => { GetSettings().then(json => {
console.log(json);
settingDownloadLocation.innerText = json.downloadLocation; settingDownloadLocation.innerText = json.downloadLocation;
if(json.komga != null) if(json.komga != null)
settingKomgaUrl.placeholder = json.komga.baseUrl; settingKomgaUrl.placeholder = json.komga.baseUrl;