Remove a log line that prints each timer_callback that I missed

This commit is contained in:
Micah Lee 2018-04-28 13:48:31 -07:00
parent 9caee6fb0d
commit c939d9b214

View file

@ -369,7 +369,6 @@ class OnionShareGui(QtWidgets.QMainWindow):
Check for messages communicated from the web app, and update the GUI accordingly. Also, Check for messages communicated from the web app, and update the GUI accordingly. Also,
call ShareMode and ReceiveMode's timer_callbacks. call ShareMode and ReceiveMode's timer_callbacks.
""" """
self.common.log('OnionShareGui', 'timer_callback')
self.update() self.update()
if not self.local_only: if not self.local_only: