aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main.rs b/src/main.rs
index 11cac4d..b59d587 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -39,9 +39,6 @@ fn main() {
state.init();
- // Dump the whole dungeon structure in terminal for debugging
- state.debug();
-
window.keypad(true);
noecho();
@@ -52,7 +49,7 @@ fn main() {
// update character
state.show_character(&window);
-
+
// get input and execute it
match window.getch() {