From cea87365750a024362967f2ec3fc95222b685b3a Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Tue, 8 Oct 2019 09:53:00 -0400 Subject: Remove logging when allocating pipe. --- src/pipe.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/pipe.rs b/src/pipe.rs index 814ce63..e0acde5 100644 --- a/src/pipe.rs +++ b/src/pipe.rs @@ -97,12 +97,6 @@ impl PipeTable { let ptype = PType::from(endpoint.transfer_type()) as u8; unsafe { w.ptype().bits(ptype) } }); - trace!( - "setting paddr of pipe {} to {}:{}", - i, - endpoint.address(), - endpoint.endpoint_num() - ); pdesc.bank0.ctrl_pipe.write(|w| { w.pdaddr().set_addr(endpoint.address()); w.pepnum().set_epnum(endpoint.endpoint_num()) -- cgit v1.2.3