mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +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:
|
||||
return
|
||||
# Update the tab that is in view
|
||||
log.debug("tab_name: %s", name)
|
||||
self.tabs[name].update()
|
||||
|
||||
def clear(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue