diff options
Diffstat (limited to 'lib/git/remote.py')
-rw-r--r-- | lib/git/remote.py | 1 |
1 files changed, 0 insertions, 1 deletions
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('"') |