Skip to content

Commit

Permalink
Remove println.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-blackbird committed Jul 17, 2022
1 parent b7bbde5 commit d8a5cc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/games/contributors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit d8a5cc5

Please sign in to comment.