diff --git a/piker/ui/_event.py b/piker/ui/_event.py index 4891d59d..9e087dd4 100644 --- a/piker/ui/_event.py +++ b/piker/ui/_event.py @@ -105,7 +105,7 @@ class EventRelay(QtCore.QObject): etype = ev.type() # TODO: turn this on and see what we can filter by default (such # as mouseWheelEvent). - print(f'ev: {ev}') + # print(f'ev: {ev}') if etype not in self._event_types: return False