From 0560d9588f1339b1589f3b80c53c2b9ebf12f7f9 Mon Sep 17 00:00:00 2001 From: Joshua Nafziger Date: Tue, 2 Apr 2024 18:32:28 -0400 Subject: [PATCH] Cleaned Up --- Base Station/Front End/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Base Station/Front End/main.js b/Base Station/Front End/main.js index 2d2ea75..4c392c7 100644 --- a/Base Station/Front End/main.js +++ b/Base Station/Front End/main.js @@ -50,7 +50,7 @@ function setup() { textAlign(CENTER,CENTER); frameRate(20); - console.log(objects.length); + // console.log(objects.length); for (let i = 0; i < objects.length; i++) { objects[i].setup(); @@ -80,6 +80,7 @@ function draw() { } //Update the object if it is live HERE + // objects[15].draw(0); }else{ if(!hidden[i]){