Skip to content

Commit 108790b

Browse files
committed
Remove log statement that was commented out
1 parent ea23585 commit 108790b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/rustc_mir_dataflow/src/value_analysis.rs

-2
Original file line numberDiff line numberDiff line change
@@ -623,8 +623,6 @@ impl Map {
623623
) {
624624
// Note: The framework supports only scalars for now.
625625
if filter(ty) && ty.is_scalar() {
626-
// trace!("registering place {:?}", PlaceRef { local, projection: &*projection });
627-
628626
// We know that the projection only contains trackable elements.
629627
let place = self.make_place(local, projection).unwrap();
630628

0 commit comments

Comments
 (0)