Remove errant debug println.

This commit is contained in:
Robin KAY 2022-10-13 01:06:04 +01:00
parent af6afd1ff1
commit 6781476bf0
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ fn auto_generate_outline_normals(
mut squelch: Local<HashSet<Handle<Mesh>>>, mut squelch: Local<HashSet<Handle<Mesh>>>,
) { ) {
for event in events.iter() { for event in events.iter() {
println!("{:?}", event);
match event { match event {
AssetEvent::Created { handle } | AssetEvent::Modified { handle } => { AssetEvent::Created { handle } | AssetEvent::Modified { handle } => {
if squelch.contains(handle) { if squelch.contains(handle) {