From: Carl Hetherington Date: Wed, 22 Aug 2018 10:21:37 +0000 (+0100) Subject: Remove debugging print message. X-Git-Tag: v2.13.45~26 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=e4bc471844bbf716efa4514fb258b4c912ff29d4 Remove debugging print message. --- 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')