aboutsummaryrefslogtreecommitdiff
path: root/src/state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.rs')
-rw-r--r--src/state.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/state.rs b/src/state.rs
index 3cc7c05..cfda88c 100644
--- a/src/state.rs
+++ b/src/state.rs
@@ -26,7 +26,6 @@ impl State {
pub fn init(&mut self) {
self.dungeon.generate();
self.switch_level(0);
- eprintln!("{:?}", self.current_level().get_start_point());
self.player.place(self.current_level().get_start_point());
}