Remove duplicated debug call
This commit is contained in:
parent
8e68090723
commit
81ee6aebaa
1 changed files with 0 additions and 1 deletions
|
@ -281,7 +281,6 @@ impl<'tcx> FnCtxt<'_, 'tcx> {
|
|||
roots_reachable_from_non_diverging,
|
||||
);
|
||||
|
||||
debug!("inherited: {:#?}", self.inh.fulfillment_cx.borrow_mut().pending_obligations());
|
||||
debug!("obligations: {:#?}", self.fulfillment_cx.borrow_mut().pending_obligations());
|
||||
debug!("relationships: {:#?}", relationships);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue