zfec: remove printout that was used only for debugging

This commit is contained in:
Zooko O'Whielacronx 2007-04-26 16:20:27 -07:00
parent 0452db1300
commit b3e9abdc3d

View File

@ -215,7 +215,6 @@ class Cmdline(unittest.TestCase):
sys.argv.extend(sharefns)
sys.argv.extend(['-o', os.path.join(tempdir.name, 'test.data-recovered'),])
print os.system("ls -ald %s" % (os.path.join(tempdir.name, 'test.data-recovered')))
retcode = zfec.cmdline_zunfec.main()
assert retcode == 0, retcode
import filecmp