summaryrefslogtreecommitdiff
path: root/test/git/test_remote.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/git/test_remote.py')
-rw-r--r--test/git/test_remote.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/git/test_remote.py b/test/git/test_remote.py
index 156e7764..f049f6f7 100644
--- a/test/git/test_remote.py
+++ b/test/git/test_remote.py
@@ -63,7 +63,6 @@ class TestRemote(TestBase):
def _print_fetchhead(self, repo):
fp = open(os.path.join(repo.path, "FETCH_HEAD"))
- print fp.read()
fp.close()