remove console.log
This commit is contained in:
parent
f69f1e8deb
commit
e3d6eac95e
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user