From 7b264c7c3ec76d9c515a735f594cf013d0d3b29b Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 9 Jan 2024 14:16:03 -0800 Subject: [PATCH] Removed stray debug --- crates/galactica/src/game.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/galactica/src/game.rs b/crates/galactica/src/game.rs index d508620..46eb552 100644 --- a/crates/galactica/src/game.rs +++ b/crates/galactica/src/game.rs @@ -45,7 +45,6 @@ impl Game { //o1.add_gun(&ct, content::GunHandle { index: 0 }); //o1.add_gun(&ct, content::GunHandle { index: 0 }); - print!("{:?}", o1); let player = gamedata.create_ship( &ct, content::ShipHandle { index: 0 },