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