mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-01-18 05:50:34 +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);
|
||||
switch(operation.op) {
|
||||
case "add":
|
||||
console.log(pathArray);
|
||||
if (pathArray.includes("results")) {break;}
|
||||
this.addJob(operation.value);
|
||||
this.update();
|
||||
|
Loading…
x
Reference in New Issue
Block a user