From 1406ad84e3cd7e39771303dd23e6be361b51de96 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 10 Oct 2024 11:05:32 +0700 Subject: [PATCH] remove debug code --- src/portable/synopsys/dwc2/dcd_dwc2.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/portable/synopsys/dwc2/dcd_dwc2.c b/src/portable/synopsys/dwc2/dcd_dwc2.c index c0700633d..1ba3507ef 100644 --- a/src/portable/synopsys/dwc2/dcd_dwc2.c +++ b/src/portable/synopsys/dwc2/dcd_dwc2.c @@ -1024,8 +1024,6 @@ static void handle_epout_irq(uint8_t rhport) { const uint32_t doepint = epout->doepint; TU_ASSERT((epout->doepint & DOEPINT_AHBERR) == 0, ); - TU_LOG1_HEX(doepint); - // Setup and/or STPKTRX/STSPHSRX (from 3.00a) can be set along with XFRC, and also set independently. if (dwc2->gsnpsid >= DWC2_CORE_REV_3_00a) { if (doepint & DOEPINT_STSPHSRX) {