From 8c605fea375a744c47c87e06f958734c98dc3cc4 Mon Sep 17 00:00:00 2001 From: lathoub <4082369+lathoub@users.noreply.github.com> Date: Sat, 4 Jun 2022 22:33:24 +0200 Subject: [PATCH] Update BLEMIDI_Transport.h removed logging --- src/BLEMIDI_Transport.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/BLEMIDI_Transport.h b/src/BLEMIDI_Transport.h index bf5b830..d37d943 100644 --- a/src/BLEMIDI_Transport.h +++ b/src/BLEMIDI_Transport.h @@ -55,9 +55,6 @@ public: void begin() { mBleClass.begin(mDeviceName, this); - - Serial.print("size : "); - Serial.println(_Settings::MaxBufferSize); } void end()