From e4bc471844bbf716efa4514fb258b4c912ff29d4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 22 Aug 2018 11:21:37 +0100 Subject: [PATCH] Remove debugging print message. --- wscript | 2 -- 1 file changed, 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') -- 2.30.2