Skip to content

Commit d86ae74

Browse files
committed
remove unnecessary feature guard
1 parent 7ee55a4 commit d86ae74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cranelift/isle/isle/src/codegen.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ impl<L: Length, C> Length for ContextIterWrapper<L, C> {{
685685
let pp = pos.pretty_print_line(&self.files);
686686
writeln!(
687687
ctx.out,
688-
"{}#[cfg(feature = \"trace-log\")] log::debug!(\"ISLE {{}} {{}}\", \"{}\", \"{}\");",
688+
"{}log::debug!(\"ISLE {{}} {{}}\", \"{}\", \"{}\");",
689689
&ctx.indent, ctx.term_name, pp
690690
)?;
691691
}

0 commit comments

Comments
 (0)