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