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