Skip to content
Snippets Groups Projects
Commit 8d47d163 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Remove debug statement

parent 7a94b193
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment