removed console.log
This commit is contained in:
parent
a0636ac7a2
commit
6fed0e5473
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user