diff --git a/Website/interaction.js b/Website/interaction.js index 1e40f3e..3d99587 100644 --- a/Website/interaction.js +++ b/Website/interaction.js @@ -363,7 +363,6 @@ function ShowTasksQueue(){ var outputDom = downloadTasksPopup.querySelector("popup-content"); outputDom.replaceChildren(); GetRunningTasks().then((taskJson) => { - console.log(taskJson); taskJson.forEach(task => { outputDom.appendChild(CreateProgressChild(task)); });