Update BLEMIDI_Transport.h

removed logging
This commit is contained in:
lathoub 2022-06-04 22:33:24 +02:00
parent c8334f6b02
commit 8c605fea37
1 changed files with 0 additions and 3 deletions

View File

@ -55,9 +55,6 @@ public:
void begin() void begin()
{ {
mBleClass.begin(mDeviceName, this); mBleClass.begin(mDeviceName, this);
Serial.print("size : ");
Serial.println(_Settings::MaxBufferSize);
} }
void end() void end()