mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-12 06:27:54 +02:00
unnecessary log
This commit is contained in:
@ -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));
|
||||
});
|
||||
|
Reference in New Issue
Block a user