mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Remove debug log
This commit is contained in:
@@ -66,7 +66,6 @@ function animateTeamNumber() {
|
||||
|
||||
// Handles a websocket message to update the team connection status.
|
||||
var handleStatus = function(data) {
|
||||
console.log(data);
|
||||
stationStatus = data.AllianceStations[allianceStation];
|
||||
var blink = false;
|
||||
if (stationStatus.Bypass) {
|
||||
|
||||
Reference in New Issue
Block a user