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 --- lib/git/remote.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/git/remote.py') diff --git a/lib/git/remote.py b/lib/git/remote.py index 1b054253..b4413cce 100644 --- a/lib/git/remote.py +++ b/lib/git/remote.py @@ -445,7 +445,6 @@ class Remote(LazyMixin, Iterable): Iterator yielding Remote objects of the given repository """ for section in repo.config_reader("repository").sections(): - print section if not section.startswith('remote'): continue lbound = section.find('"') -- cgit v1.2.1