Skip to content

Commit ffc0f5e

Browse files
committed
Remove debugging line.
1 parent 067f1e2 commit ffc0f5e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

compiler/rustc_query_system/src/query/plumbing.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -680,11 +680,6 @@ pub(crate) fn incremental_verify_ich<Tcx, V>(
680680
});
681681

682682
let old_hash = dep_graph_data.prev_fingerprint_of(prev_index);
683-
debug!(
684-
dep_node = ?tcx.dep_graph().data().unwrap().prev_node_of(prev_index),
685-
?new_hash, ?old_hash,
686-
);
687-
688683
if new_hash != old_hash {
689684
incremental_verify_ich_failed(tcx, prev_index, &|| format_value(&result));
690685
}

0 commit comments

Comments
 (0)