mirror of
https://git.deluge-torrent.org/deluge
synced 2025-10-03 07:38:38 +00:00
Remove debug print
This commit is contained in:
parent
6cb4d27b7e
commit
60b2fa8893
1 changed files with 0 additions and 1 deletions
|
@ -244,7 +244,6 @@ class TorrentDetails(component.Component):
|
||||||
except IndexError:
|
except IndexError:
|
||||||
return
|
return
|
||||||
# Update the tab that is in view
|
# Update the tab that is in view
|
||||||
log.debug("tab_name: %s", name)
|
|
||||||
self.tabs[name].update()
|
self.tabs[name].update()
|
||||||
|
|
||||||
def clear(self):
|
def clear(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue