Disable extra noisy event logging.

This commit is contained in:
David Vierra 2012-11-21 21:56:00 -10:00
parent 81b682d728
commit 160210bb9a

View File

@ -167,8 +167,8 @@ class RootWidget(Widget):
events = [pygame.event.poll()]
events.extend(pygame.event.get())
for event in events:
if event.type:
log.debug("%s", event)
#if event.type:
#log.debug("%s", event)
type = event.type
if type == QUIT: