Skip to content

Commit c14e769

Browse files
SuGliderCopilot
andauthored
fix(midi): removes debug logging
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ce55c99 commit c14e769

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/USB/src/USBMIDI.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ USBMIDI::USBMIDI() {
5050

5151
// private function for setting a not null/empty MIDI device name limited to 32 characters
5252
void USBMIDI::setDeviceName(const char* name) {
53-
printf("setName called");
5453
const uint8_t maxNameLength = 32; // tinyUSB Descriptor limit
5554
if (name != nullptr && strlen(name) > 0) {
5655
if (strlen(name) > maxNameLength) {

0 commit comments

Comments
 (0)