mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 15:16:41 +00:00
Remove pointless conditional
This commit is contained in:
parent
da9d0ded94
commit
6d9f0c59b7
@ -909,9 +909,7 @@ class Publish:
|
|||||||
level=log.NOISY)
|
level=log.NOISY)
|
||||||
|
|
||||||
def update_goal(self):
|
def update_goal(self):
|
||||||
# if log.recording_noisy
|
self.log_goal(self.goal, "before update: ")
|
||||||
if True:
|
|
||||||
self.log_goal(self.goal, "before update: ")
|
|
||||||
|
|
||||||
# first, remove any bad servers from our goal
|
# first, remove any bad servers from our goal
|
||||||
self.goal = set([ (server, shnum)
|
self.goal = set([ (server, shnum)
|
||||||
|
Loading…
Reference in New Issue
Block a user