mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-01-18 14:00:33 +00:00
Remove debug statement
This commit is contained in:
parent
7a94b19326
commit
8d47d16319
@ -24,7 +24,6 @@ class JobList extends List {
|
|||||||
pathArray = operation.path.split("/").slice(1);
|
pathArray = operation.path.split("/").slice(1);
|
||||||
switch(operation.op) {
|
switch(operation.op) {
|
||||||
case "add":
|
case "add":
|
||||||
console.log(pathArray);
|
|
||||||
if (pathArray.includes("results")) {break;}
|
if (pathArray.includes("results")) {break;}
|
||||||
this.addJob(operation.value);
|
this.addJob(operation.value);
|
||||||
this.update();
|
this.update();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user