mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-12 06:27:54 +02:00
removed console.log
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user