From 8d63953d8539c473ceb395fdd08ca93497f53bad Mon Sep 17 00:00:00 2001 From: paytondev <81662879+paytontech@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:50:27 -0400 Subject: [PATCH] Update sketch.js --- sketch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sketch.js b/sketch.js index 67de370..61f5409 100644 --- a/sketch.js +++ b/sketch.js @@ -200,5 +200,5 @@ function numbersEqualWithinBounds(num1, num2, bounds) { } function buttonPushed(e) { - // console.log(e); + console.log(e); } \ No newline at end of file