Dont be quite as verbose
This commit is contained in:
parent
d1c85a7738
commit
1eb7f0b07b
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue