summaryrefslogtreecommitdiff
path: root/lib/git/head.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-07-26 18:19:04 +0200
committerMichael Trier <mtrier@gmail.com>2008-07-28 00:44:33 -0400
commit7d6332820eaad3a6d3b0abc93424469a8ef7083a (patch)
treed362befc96472a2178c14199cf287a9497e86478 /lib/git/head.py
parentd4e56f627f94d93c49db40ae5944f880341f4203 (diff)
downloadgitpython-7d6332820eaad3a6d3b0abc93424469a8ef7083a.tar.gz
Remove debug statement.
(cherry picked from commit 1f9e1bacb65fe503ad23efba7f99ca6346fa648c)
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})