Removed debug serial lines

This commit is contained in:
David Madison 2017-03-27 15:20:02 -04:00
parent 47305050b8
commit 972f0e7d0e
1 changed files with 0 additions and 3 deletions

View File

@ -72,9 +72,6 @@ void setup(){
Serial.begin(SerialSpeed);
Serial.println(Num_Leds);
Serial.println(Led_Pin);
adalight();
}