mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 20:14:51 +00:00
Remove stray debug logging line
This commit is contained in:
parent
9e62304852
commit
bcbeca4b8a
1 changed files with 0 additions and 1 deletions
|
@ -156,7 +156,6 @@ class StatusTab(Tab):
|
|||
for key, value in translate_tracker_status.iteritems():
|
||||
if key in status["tracker_status"]:
|
||||
status["tracker_status"] = status["tracker_status"].replace(key, value, 1)
|
||||
log.error(status["tracker_status"])
|
||||
break
|
||||
|
||||
# Update all the label widgets
|
||||
|
|
Loading…
Add table
Reference in a new issue