diff --git a/examples/games/contributors.rs b/examples/games/contributors.rs index c863e3299218e..c3842c4ec7851 100644 --- a/examples/games/contributors.rs +++ b/examples/games/contributors.rs @@ -259,7 +259,6 @@ fn collision_system( let window = if let Some(window) = windows.get_primary() { window } else { - println!("The window was closed. Bye!"); return; };