Remove stray debug logging line
This commit is contained in:
parent
9e62304852
commit
bcbeca4b8a
@ -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…
x
Reference in New Issue
Block a user