From 1eb7f0b07b65936bb6a73aa8af602dbd3b44aa3e Mon Sep 17 00:00:00 2001 From: Joe S <31870999+KenwoodFox@users.noreply.github.com> Date: Wed, 24 Feb 2021 16:14:30 -0500 Subject: [PATCH] Dont be quite as verbose --- Adventure Game/adventure_game/Handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Adventure Game/adventure_game/Handler.py b/Adventure Game/adventure_game/Handler.py index 989adea..5b5a266 100644 --- a/Adventure Game/adventure_game/Handler.py +++ b/Adventure Game/adventure_game/Handler.py @@ -59,6 +59,7 @@ class Handler(npyscreen.ButtonPress): room = parse(self.parent.parentApp.mainPath / 'gamedata/world/blank_room.yaml') # By now we should be situated in our room, and with our player. + #self.parent.parentApp.log.debug(room) # We dont need to log this, its too verbose! # TODO: Should upgrade these to use fuzzy words library! and not direct comparisons! if command == 'LOOK':