From 215a1311418b394ba8ecc8e5b985901c774621e5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 19 Feb 2015 16:33:48 +0000 Subject: [PATCH] Remove debug code. --- wscript | 1 - 1 file changed, 1 deletion(-) diff --git a/wscript b/wscript index 44e378a36..a10917deb 100644 --- a/wscript +++ b/wscript @@ -385,7 +385,6 @@ def git_revision(): cmd = "LANG= git log --abbrev HEAD^..HEAD ." output = subprocess.Popen(cmd, shell=True, stderr=subprocess.STDOUT, stdout=subprocess.PIPE).communicate()[0].splitlines() - print output o = output[0].decode('utf-8') return o.replace("commit ", "")[0:10] -- 2.30.2