Remove duplicated debug call

This commit is contained in:
Santiago Pastorino 2022-11-24 14:26:57 -03:00
parent 8e68090723
commit 81ee6aebaa
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF

View file

@ -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);