Remove debug log

This commit is contained in:
Sam Baumgarten
2015-03-04 23:34:39 -08:00
parent d6df5b498b
commit 660e3ade15

View File

@@ -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) {