Skip to content

Commit eddd3a7

Browse files
committed
remove useless debug log
1 parent caf7300 commit eddd3a7

File tree

1 file changed

+0
-2
lines changed
  • compiler/rustc_borrowck/src/type_check/liveness

1 file changed

+0
-2
lines changed

compiler/rustc_borrowck/src/type_check/liveness/trace.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ pub(super) fn trace<'mir, 'tcx>(
4949
boring_locals: Vec<Local>,
5050
polonius_drop_used: Option<Vec<(Local, Location)>>,
5151
) {
52-
debug!("trace()");
53-
5452
let local_use_map = &LocalUseMap::build(&relevant_live_locals, elements, body);
5553

5654
// When using `-Zpolonius=next`, compute the set of loans that can reach a given region.

0 commit comments

Comments
 (0)