From: Carl Hetherington Date: Tue, 18 Apr 2017 09:05:34 +0000 (+0100) Subject: Remove some debug code. X-Git-Tag: v2.11.1~42 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=6e7d0dca5b55797481b1d379d379e4f447c2df93 Remove some debug code. --- diff --git a/src/wx/wscript b/src/wx/wscript index 2b3bb46d6..fc4dfc19a 100644 --- a/src/wx/wscript +++ b/src/wx/wscript @@ -180,7 +180,6 @@ def configure(conf): conf.env.LIB_RTAUDIO.append('rtaudio') # Don't explicitly link with pthread on Windows if conf.env.TARGET_WINDOWS: - print conf.env conf.env.CFLAGS_RTAUDIO.remove('-pthread') conf.env.LINKFLAGS_RTAUDIO.remove('-pthread')