diff --git a/app/static/js/JobList.js b/app/static/js/JobList.js index d8c71d40..7320b912 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();