mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-01-30 16:37:29 +01:00
unnecessary log
This commit is contained in:
parent
16c1094875
commit
b3321ff030
@ -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));
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user