]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Remove a comment that no longer makes sense.
authorKevan Carstensen <kevan@isnotajoke.com>
Fri, 14 May 2010 20:35:16 +0000 (13:35 -0700)
committerKevan Carstensen <kevan@isnotajoke.com>
Fri, 14 May 2010 20:35:16 +0000 (13:35 -0700)
src/allmydata/immutable/upload.py

index 4beb66f5ce26674803593252741c8d8bcdd0af6a..092e4cc67125efbf16650f3cb6c9c923548c1380 100644 (file)
@@ -351,8 +351,6 @@ class Tahoe2PeerSelector:
                 else:
                     # Redistribution won't help us; fail.
                     peer_count = len(self.peers_with_shares)
-                    # If peer_count < needed_shares, then the second error
-                    # message is nonsensical, so we use this one.
                     msg = failure_message(peer_count,
                                           self.needed_shares,
                                           self.servers_of_happiness,