Turn off debug prints

fsp_feeds
Tyler Goodlet 2021-08-23 14:42:46 -04:00
parent 15fc66f0a9
commit bc2f4186fd
1 changed files with 1 additions and 1 deletions

View File

@ -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