1
0
Fork 0

remove print on unhandled event (produces too much spam)

This commit is contained in:
Micah Johnston 2020-12-03 23:05:51 -06:00
parent 3db2bdee17
commit 0cbcf989df

View file

@ -426,9 +426,7 @@ impl Window {
); );
} }
_ => { _ => {}
println!("Unhandled event type: {:?}", event_type);
}
} }
} }
} }