Skip to content

Commit bcc8a9f

Browse files
committed
remove debug remaining
1 parent 20beaf6 commit bcc8a9f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/U8G2/U8G2/U8G2.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include <Arduino.h>
2-
#include <Streaming.h>
32

43
/********************
54
Arduino generic menu system

src/menuIO/u8g2Out.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ namespace Menu {
8383
}
8484

8585
void drawCursor(idx_t ln,bool selected,status stat,bool edit=false,idx_t panelNr=0) override {
86-
Serial<<"drawCursor ln:"<<ln<<endl;
8786
const panel p=panels[panelNr];
8887
gfxOut::drawCursor(ln,selected,stat);
8988
setColor(cursorColor,selected,stat);

0 commit comments

Comments
 (0)