remove console.log
This commit is contained in:
		@@ -64,7 +64,6 @@ console.log(
 | 
				
			|||||||
      // there's probably a cleaner way to do this
 | 
					      // there's probably a cleaner way to do this
 | 
				
			||||||
      let [stringtotal, inputs] = curr.split(": ");
 | 
					      let [stringtotal, inputs] = curr.split(": ");
 | 
				
			||||||
      let total = parseInt(stringtotal, 10);
 | 
					      let total = parseInt(stringtotal, 10);
 | 
				
			||||||
      console.log(curr);
 | 
					 | 
				
			||||||
      const res = inputs
 | 
					      const res = inputs
 | 
				
			||||||
        .split(" ")
 | 
					        .split(" ")
 | 
				
			||||||
        .map((v) => parseInt(v, 10))
 | 
					        .map((v) => parseInt(v, 10))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user