Remove debug print

This commit is contained in:
Andrew Resch 2008-06-24 07:46:00 +00:00
parent 6cb4d27b7e
commit 60b2fa8893

View File

@ -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):