From 927de7bbca32dc75de157d16a0c828c3ba97bdc1 Mon Sep 17 00:00:00 2001 From: Sam Chesney Date: Tue, 18 Feb 2014 15:07:21 +0000 Subject: [PATCH] Removed debug print --- module_usb_audio/usb_buffer/usb_buffer.xc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/module_usb_audio/usb_buffer/usb_buffer.xc b/module_usb_audio/usb_buffer/usb_buffer.xc index 9325a65f..c5383788 100644 --- a/module_usb_audio/usb_buffer/usb_buffer.xc +++ b/module_usb_audio/usb_buffer/usb_buffer.xc @@ -667,10 +667,6 @@ void buffer(register chanend c_aud_out, register chanend c_aud_in, chanend c_aud { /* We have read an entire packet - Mark ready to receive another */ XUD_SetReady_Out(ep_iap_from_host, iap_from_host_buffer); - //{ - /* Ignore resets */ - // printintln(8000000); - //} } else {