removed unnecessary log
This commit is contained in:
parent
c11e3993ea
commit
5b2546fdbc
@ -303,7 +303,6 @@ function GetSettingsClick(){
|
||||
settingApiUri.placeholder = apiUri;
|
||||
|
||||
GetSettings().then(json => {
|
||||
console.log(json);
|
||||
settingDownloadLocation.innerText = json.downloadLocation;
|
||||
json.libraryManagers.forEach(lm => {
|
||||
if(lm.libraryType == 0){
|
||||
|
Loading…
Reference in New Issue
Block a user