summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-02-19 16:33:48 +0000
committerCarl Hetherington <cth@carlh.net>2015-02-19 16:33:48 +0000
commit215a1311418b394ba8ecc8e5b985901c774621e5 (patch)
tree466878539c0cce3516a04dc58d695ce0b3d09719 /wscript
parentb6235aa37eac2c91358ff058389b4391b52f4615 (diff)
Remove debug code.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 0 insertions, 1 deletions
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]