diff --git a/app/static/js/JobList.js b/app/static/js/JobList.js index d8c71d40b4796652059155927bb91fca22f93edb..7320b9123ca44619405898dced1fc1cd7fb28565 100644 --- a/app/static/js/JobList.js +++ b/app/static/js/JobList.js @@ -24,7 +24,6 @@ class JobList extends List { pathArray = operation.path.split("/").slice(1); switch(operation.op) { case "add": - console.log(pathArray); if (pathArray.includes("results")) {break;} this.addJob(operation.value); this.update();