Skip to content

Commit

Permalink
I hate print statements:
Browse files Browse the repository at this point in the history
  • Loading branch information
hasii2011 committed May 27, 2019
1 parent 81ac0d8 commit 4a1620b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions albow/core/RootWidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,11 +347,11 @@ def run_modal(self, modal_widget: Widget):
RootWidget.ourTimerEvent = event
else:
#
# Maybe someone has register some user events handler
# Maybe someone has registered some user events handler
#
for cb in RootWidget.userEventCallList:
if cb.userEvent == eventType:
print(f"eventType: {eventType}")
self.logger.debug(f"API User eventType: {eventType}")
cb.func(event)

except CancelException:
Expand Down

0 comments on commit 4a1620b

Please sign in to comment.