Remove debugging print

This commit is contained in:
Reed Nightingale 2020-01-01 20:25:42 -08:00
parent aa80dae425
commit 5d7c66dc0c

View File

@ -352,7 +352,6 @@ void doSetup2(){
case MENU_EXIT:
default:
{
Serial.println(F("Exiting menu"));
menuOn = 0;
break;
}