diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-17 00:57:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-17 00:57:13 +0100 |
| commit | 8cf1e8377506936224e8b26121680563d47682fe (patch) | |
| tree | 3a808567b6500fc6fca2ea0352093f63df2f5beb /wscript | |
| parent | 93c08c70b8ffeb9c6e5b9c8a75f429a9b89907c0 (diff) | |
Remove debug.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -242,17 +242,13 @@ def dist(ctx): def create_version_cc(version, cxx_flags): commit = git_revision() - print "1: ", commit if commit is None and os.path.exists('.git_revision'): f = open('.git_revision', 'r') commit = f.readline().strip() - print "2: ", commit if commit is None: commit = 'release' - print commit - try: text = '#include "version.h"\n' text += 'char const * dcpomatic_git_commit = \"%s\";\n' % commit |
