summaryrefslogtreecommitdiff
path: root/src/class/midi
diff options
context:
space:
mode:
authorrppicomidi <[email protected]>2025-07-22 16:52:47 -0700
committerrppicomidi <[email protected]>2025-07-23 06:42:05 -0700
commit0d080ca7bac9d3ed1c0f080c111e0530284e2ee9 (patch)
treec018a8312fc581e9f3656b1f71631a81834400a4 /src/class/midi
parent673a916cd0193ff869ca7385f02b699f771ceb06 (diff)
Delete debugging printf
Diffstat (limited to 'src/class/midi')
-rw-r--r--src/class/midi/midi_host.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/class/midi/midi_host.c b/src/class/midi/midi_host.c
index 77bacf24c..1ac24eb05 100644
--- a/src/class/midi/midi_host.c
+++ b/src/class/midi/midi_host.c
@@ -252,7 +252,6 @@ bool midih_open(uint8_t rhport, uint8_t dev_addr, tusb_desc_interface_t const *d
p_desc = tu_desc_next(p_desc); // next to CS Header
bool found_new_interface = false;
- printf("%p %p %p\r\n", p_desc, tu_desc_next(p_desc), p_end);
while ((p_desc < p_end) && (tu_desc_next(p_desc) <= p_end) && !found_new_interface) {
switch (tu_desc_type(p_desc)) {
case TUSB_DESC_INTERFACE: