diff options
author | John Wiegley <johnw@newartisans.com> | 2010-06-02 05:03:51 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-06-02 05:03:51 -0400 |
commit | f68b4d0f0fc9232a60e384de72743643ace0ceb7 (patch) | |
tree | 4c0494b4c486ed5de393438b842f16d7802f45d9 /test/LedgerHarness.py | |
parent | 79fe46eae8b2f73d58d34b8474200606d30a775c (diff) | |
download | fork-ledger-f68b4d0f0fc9232a60e384de72743643ace0ceb7.tar.gz fork-ledger-f68b4d0f0fc9232a60e384de72743643ace0ceb7.tar.bz2 fork-ledger-f68b4d0f0fc9232a60e384de72743643ace0ceb7.zip |
Remove redundant code in LedgerHarness.py
Diffstat (limited to 'test/LedgerHarness.py')
-rwxr-xr-x | test/LedgerHarness.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/LedgerHarness.py b/test/LedgerHarness.py index 8a5af123..ea8290d4 100755 --- a/test/LedgerHarness.py +++ b/test/LedgerHarness.py @@ -66,8 +66,6 @@ class LedgerHarness: if text_data: text += text_data text_data = os.read(fd.fileno(), 8192) - if text_data: - text += text_data return text def readlines(self, fd): |