From 7d6332820eaad3a6d3b0abc93424469a8ef7083a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 26 Jul 2008 18:19:04 +0200 Subject: Remove debug statement. (cherry picked from commit 1f9e1bacb65fe503ad23efba7f99ca6346fa648c) --- lib/git/head.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/git/head.py') 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}) -- cgit v1.2.3