mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Remove debug statement
This commit is contained in:
		@@ -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();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user