From 8d47d16319c2ef45c737c1b9334daf1c8a326f9f Mon Sep 17 00:00:00 2001
From: Patrick Jentsch
Date: Mon, 18 Nov 2019 11:22:28 +0100
Subject: [PATCH] Remove debug statement
---
app/static/js/JobList.js | 1 -
1 file changed, 1 deletion(-)
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();