diff --git a/firmware/Weather_Shield/Weather_Shield.ino b/firmware/Weather_Shield/Weather_Shield.ino index f044deac695bd9da22e3bffcc4f0378f664c5b24..c43f370eacdd4b5889a5337fb57420de82836ca1 100644 --- a/firmware/Weather_Shield/Weather_Shield.ino +++ b/firmware/Weather_Shield/Weather_Shield.ino @@ -189,7 +189,6 @@ void loop() //Check to see if this is a gust for the day if(currentSpeed > windgustmph) { - Serial.print("Gust!!"); windgustmph = currentSpeed; windgustdir = currentDirection; }