summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-04-18 10:05:34 +0100
committerCarl Hetherington <cth@carlh.net>2017-04-19 23:04:32 +0100
commit6e7d0dca5b55797481b1d379d379e4f447c2df93 (patch)
tree03d96d250bf5c81ada266b9ff7dbd12f3888be68 /src
parent1f2b267b0d2f7744f5f507ecd99aed2ab2db9260 (diff)
Remove some debug code.
Diffstat (limited to 'src')
-rw-r--r--src/wx/wscript1
1 files changed, 0 insertions, 1 deletions
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')