Remove debugging print message.
authorCarl Hetherington <cth@carlh.net>
Wed, 22 Aug 2018 10:21:37 +0000 (11:21 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 22 Aug 2018 10:21:37 +0000 (11:21 +0100)
wscript

diff --git a/wscript b/wscript
index 27f06f8a1ef33ffeb8b3992c0c42132824e4c0ce..936e325e7e5221dbb3f298c70f1fa35de741ce2f 100644 (file)
--- 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')