Skip to content

Commit

Permalink
remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishka-linux committed Apr 21, 2019
1 parent 8ab951a commit aa27992
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kawaii_player/guisignals.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ def preview_generated_new(self, picn, length, change_aspect, tsec, counter, x, y
@pyqtSlot(tuple)
def mouse_move_function(self, event_tuple):
widget, event = event_tuple
print(event)
QtWidgets.QApplication.postEvent(widget, event)

@pyqtSlot(str)
Expand Down

0 comments on commit aa27992

Please sign in to comment.