mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-11 20:22:39 -03:00
Remove a log line that prints each timer_callback that I missed
This commit is contained in:
parent
c1413ad7da
commit
5d037a78fa
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue