mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-01 19:06:20 -04:00
Remove a log line that prints each timer_callback that I missed
This commit is contained in:
parent
9caee6fb0d
commit
c939d9b214
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…
Add table
Add a link
Reference in a new issue