diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-02-19 16:33:48 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-02-19 16:33:48 +0000 |
| commit | 215a1311418b394ba8ecc8e5b985901c774621e5 (patch) | |
| tree | 466878539c0cce3516a04dc58d695ce0b3d09719 /wscript | |
| parent | b6235aa37eac2c91358ff058389b4391b52f4615 (diff) | |
Remove debug code.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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] |
