mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-27 16:29:41 -05:00
Remove debug data
This commit is contained in:
parent
3b359aec62
commit
7e2d4d7888
@ -128,5 +128,5 @@ class Downloads(QtWidgets.QWidget):
|
||||
"""
|
||||
for download in self.downloads.values():
|
||||
self.layout.removeWidget(download.progress_bar)
|
||||
download.progress_bar.close() # = None
|
||||
download.progress_bar.close()
|
||||
self.downloads = {}
|
||||
|
Loading…
Reference in New Issue
Block a user