diff options
| author | hathach <[email protected]> | 2024-10-10 11:05:32 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-10-10 11:05:32 +0700 |
| commit | 1406ad84e3cd7e39771303dd23e6be361b51de96 (patch) | |
| tree | 66246177d826c1ebf1a38d66d3197b1ec442a21f /src | |
| parent | ba3a5b437444881659881bb299ac999292c911ab (diff) | |
remove debug code
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/synopsys/dwc2/dcd_dwc2.c | 2 |
1 files changed, 0 insertions, 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) { |
