13
0

remove debug output from wscript

git-svn-id: svn://localhost/ardour2/branches/3.0@14213 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-03-11 09:06:07 +00:00
parent 25b934406a
commit 224edbeb15

View File

@ -635,8 +635,6 @@ def configure(conf):
# Set up waf environment and C defines
opts = Options.options
print "PH = "
print opts.phone_home
if opts.phone_home:
conf.define('PHONE_HOME', 1)
conf.env['PHONE_HOME'] = True