1
0
mirror of https://codeberg.org/mclemens/ubitxv6.git synced 2025-02-21 06:57:27 -05:00

Remove debugging print

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

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