summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-22 11:21:37 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-22 11:21:37 +0100
commite4bc471844bbf716efa4514fb258b4c912ff29d4 (patch)
tree40b0f9b0e42f9c098a761ee8a3c66c5999870008 /wscript
parenteb9ea628857e72a99070f139a2f868164f9e1e14 (diff)
Remove debugging print message.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/wscript b/wscript
index 27f06f8a1..936e325e7 100644
--- a/wscript
+++ b/wscript
@@ -42,8 +42,6 @@ if this_version == '':
else:
VERSION = this_version[1:].strip()
-print('Version: %s' % VERSION)
-
def options(opt):
opt.load('compiler_cxx')
opt.load('winres')