Skip to content

Commit dbb36cc

Browse files
andyleisersonErichDonGubler
authored andcommitted
chore(msl-out): remove TRACE-level logging of expressions
1 parent e03c55b commit dbb36cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

naga/src/back/msl/writer.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1687,7 +1687,6 @@ impl<W: Write> Writer<W> {
16871687
}
16881688

16891689
let expression = &context.function.expressions[expr_handle];
1690-
log::trace!("expression {:?} = {:?}", expr_handle, expression);
16911690
match *expression {
16921691
crate::Expression::Literal(_)
16931692
| crate::Expression::Constant(_)

0 commit comments

Comments
 (0)