From 5b2546fdbce07ee6441737991c9198f2d3adefa4 Mon Sep 17 00:00:00 2001 From: glax Date: Thu, 15 Jun 2023 19:07:25 +0200 Subject: [PATCH] removed unnecessary log --- Website/interaction.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Website/interaction.js b/Website/interaction.js index 34128cc..ed820ab 100644 --- a/Website/interaction.js +++ b/Website/interaction.js @@ -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){