Remove debug code.
authorCarl Hetherington <cth@carlh.net>
Thu, 19 Feb 2015 16:33:48 +0000 (16:33 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 19 Feb 2015 16:33:48 +0000 (16:33 +0000)
wscript

diff --git a/wscript b/wscript
index 44e378a36d1e281776c14a12209fb36545940b18..a10917deb0779070c65f40dbaea9119cca317fc9 100644 (file)
--- 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]