fix error for day one

This commit is contained in:
mpaulson 2022-08-11 18:25:06 -06:00
parent 02a064b568
commit 447be1e9de
4 changed files with 3 additions and 5 deletions

View file

@ -19,8 +19,6 @@ try {
day = 1;
}
} catch (e) {
console.log("error", e.message);
console.log("day is 1");
day = 1;
}