Remove errant debug println.
This commit is contained in:
parent
af6afd1ff1
commit
6781476bf0
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue