summaryrefslogtreecommitdiff
path: root/lib/git/head.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/git/head.py')
-rw-r--r--lib/git/head.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/git/head.py b/lib/git/head.py
index f35d1680..9a5d2fd4 100644
--- a/lib/git/head.py
+++ b/lib/git/head.py
@@ -103,7 +103,6 @@ class Head(object):
Returns
GitPython.Head
"""
- print line
full_name, ids = line.split("\x00")
name = full_name.split("/")[-1]
c = commit.Commit(repo, **{'id': ids})