mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-15 17:27:35 -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():
|
for download in self.downloads.values():
|
||||||
self.layout.removeWidget(download.progress_bar)
|
self.layout.removeWidget(download.progress_bar)
|
||||||
download.progress_bar.close() # = None
|
download.progress_bar.close()
|
||||||
self.downloads = {}
|
self.downloads = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user