From: Brian Warner <warner@lothar.com>
Date: Sun, 28 Aug 2011 07:45:56 +0000 (-0700)
Subject: debug.py: remove some dead comments
X-Git-Tag: allmydata-tahoe-1.9.0a2~73
X-Git-Url: https://git.rkrishnan.org/%5B/simplejson/...?a=commitdiff_plain;h=97b601f75abdcd112b9dbcd447c9d97634595ba2;p=tahoe-lafs%2Ftahoe-lafs.git

debug.py: remove some dead comments
---

diff --git a/src/allmydata/scripts/debug.py b/src/allmydata/scripts/debug.py
index 7557211d..a507b7cf 100644
--- a/src/allmydata/scripts/debug.py
+++ b/src/allmydata/scripts/debug.py
@@ -312,7 +312,6 @@ def dump_MDMF_share(m, length, options):
     from allmydata.util.encodingutil import quote_output, to_str
 
     offset = m.DATA_OFFSET
-
     out = options.stdout
 
     f = open(options['filename'], "rb")
@@ -326,9 +325,7 @@ def dump_MDMF_share(m, length, options):
                 data.append(f.read(length))
             return defer.succeed({shnum: data})
 
-    # assume 2kB will be enough
     p = ShareDumper(None, storage_index, shnum)
-
     def extract(func):
         stash = []
         # these methods return Deferreds, but we happen to know that they run