Remove debug message

This commit is contained in:
SeanOMik 2023-11-18 11:04:09 -05:00
parent 039e99281a
commit a0e6a16f03
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 0 additions and 2 deletions

View File

@ -86,8 +86,6 @@ impl TransformBuffers {
.expect("Use 'insert_entity' for new entities");
self.just_updated.insert(entity, indices);
debug!("Normal: {normal_matrix:?}");
let normal_matrix = glam::Mat4::from_mat3(normal_matrix);
let buffer = self.buffer_bindgroups.get(indices.buffer_index).unwrap();