mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 08:58:38 +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():
|
for key, value in translate_tracker_status.iteritems():
|
||||||
if key in status["tracker_status"]:
|
if key in status["tracker_status"]:
|
||||||
status["tracker_status"] = status["tracker_status"].replace(key, value, 1)
|
status["tracker_status"] = status["tracker_status"].replace(key, value, 1)
|
||||||
log.error(status["tracker_status"])
|
|
||||||
break
|
break
|
||||||
|
|
||||||
# Update all the label widgets
|
# Update all the label widgets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue