Skip to content

Commit 8ff474c

Browse files
cryvoshErichDonGubler
authored andcommitted
Remove log
1 parent 0f245ff commit 8ff474c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • naga/src/front/wgsl/lower

naga/src/front/wgsl/lower/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3086,7 +3086,6 @@ impl<'source, 'temp> Lowerer<'source, 'temp> {
30863086
span,
30873087
),
30883088
ref other => {
3089-
log::error!("Type {other:?} passed to workgroupUniformLoad");
30903089
let span = ctx.ast_expressions.get_span(expr);
30913090
return Err(Box::new(Error::InvalidWorkGroupUniformLoad(span)));
30923091
}

0 commit comments

Comments
 (0)