mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-24 21:09:44 +00:00
Remove dead debug logging code.
This commit is contained in:
parent
3705264740
commit
87daa3ec5a
@ -533,7 +533,6 @@ class Tahoe2ServerSelector(log.PrefixingLogMixin):
|
|||||||
# we haven't improved over the last iteration; give up
|
# we haven't improved over the last iteration; give up
|
||||||
break;
|
break;
|
||||||
if errors_before == self._query_stats.bad:
|
if errors_before == self._query_stats.bad:
|
||||||
if False: print("no more errors; break")
|
|
||||||
break;
|
break;
|
||||||
last_happiness = effective_happiness
|
last_happiness = effective_happiness
|
||||||
# print("write trackers left: {}".format(len(write_trackers)))
|
# print("write trackers left: {}".format(len(write_trackers)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user