Skip to content

Commit 8c605fe

Browse files
committed
Update BLEMIDI_Transport.h
removed logging
1 parent c8334f6 commit 8c605fe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/BLEMIDI_Transport.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ class BLEMIDI_Transport
5555
void begin()
5656
{
5757
mBleClass.begin(mDeviceName, this);
58-
59-
Serial.print("size : ");
60-
Serial.println(_Settings::MaxBufferSize);
6158
}
6259

6360
void end()

0 commit comments

Comments
 (0)