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 c1413ad7da
commit 5d037a78fa
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

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: