removed unnecessary log

This commit is contained in:
glax 2023-06-15 19:07:25 +02:00
parent c11e3993ea
commit 5b2546fdbc

View File

@ -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){