about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2022-11-24 14:26:57 -0300
committerSantiago Pastorino <spastorino@gmail.com>2023-01-22 11:02:28 -0300
commit81ee6aebaa3d93c5e86d4d7c0fe80c3af74d3ec3 (patch)
treef76d061b06d387b6d871902f15f11948b344857b
parent8e6809072304b147f9e98d55c87f42c0f3959679 (diff)
downloadrust-81ee6aebaa3d93c5e86d4d7c0fe80c3af74d3ec3.tar.gz
rust-81ee6aebaa3d93c5e86d4d7c0fe80c3af74d3ec3.zip
Remove duplicated debug call
-rw-r--r--compiler/rustc_hir_typeck/src/fallback.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_hir_typeck/src/fallback.rs b/compiler/rustc_hir_typeck/src/fallback.rs
index dde8797804f..1015cea74b3 100644
--- a/compiler/rustc_hir_typeck/src/fallback.rs
+++ b/compiler/rustc_hir_typeck/src/fallback.rs
@@ -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);