projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f827ff
)
debug.py: remove some dead comments
author
Brian Warner
<warner@lothar.com>
Sun, 28 Aug 2011 07:45:56 +0000
(
00:45
-0700)
committer
Brian Warner
<warner@lothar.com>
Sun, 28 Aug 2011 07:45:56 +0000
(
00:45
-0700)
src/allmydata/scripts/debug.py
patch
|
blob
|
history
diff --git
a/src/allmydata/scripts/debug.py
b/src/allmydata/scripts/debug.py
index 7557211d55ad4a673ab109842c3ff2d92f3610f4..a507b7cfe15777f0a0105766b6a6adfd1539e0e2 100644
(file)
--- 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