mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-02-20 18:20:14 +01:00
removed unnecessary log
This commit is contained in:
parent
c11e3993ea
commit
5b2546fdbc
@ -303,7 +303,6 @@ function GetSettingsClick(){
|
|||||||
settingApiUri.placeholder = apiUri;
|
settingApiUri.placeholder = apiUri;
|
||||||
|
|
||||||
GetSettings().then(json => {
|
GetSettings().then(json => {
|
||||||
console.log(json);
|
|
||||||
settingDownloadLocation.innerText = json.downloadLocation;
|
settingDownloadLocation.innerText = json.downloadLocation;
|
||||||
json.libraryManagers.forEach(lm => {
|
json.libraryManagers.forEach(lm => {
|
||||||
if(lm.libraryType == 0){
|
if(lm.libraryType == 0){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user