From 43ab2afba68fd0e1b5d138ed99ffc788dc685e36 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 3 Nov 2009 20:59:24 +0100 Subject: refs: iter_items now imlemented natively for additional performance. We did not implement the crazy sorting feature found in git-for-each-ref though --- test/git/test_remote.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/git/test_remote.py') 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() -- cgit v1.2.3