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…
Reference in New Issue
Block a user