Logging reduziert.

This commit is contained in:
Olli Graf
2022-05-12 19:27:44 +02:00
parent f702995afd
commit fd3187e61e
3 changed files with 3 additions and 5 deletions

View File

@@ -100,10 +100,9 @@ class WorldParser():
gegenstand.sichtbar = visible.lower() not in ['false','False','0']
#logging.debug('Gegenstand ' + gegenstand.name + ' ist sichtbar: ' + str(gegenstand.sichtbar))
gegenstand.pickupmsg = msgid
logging.debug('Item ' + gegenstand.name + ' - Pickup: ' + gegenstand.pickupmsg)
# logging.debug('Item ' + gegenstand.name + ' - Pickup: ' + gegenstand.pickupmsg)
raum.items[id] = gegenstand
logging.debug(f'Hinzufügen Gegenstand vom Typ: {str(type(gegenstand))}')
self.world.gegenstaende[id] = gegenstand
else:
if raum != '-1':