Remove some debug code.
authorCarl Hetherington <cth@carlh.net>
Tue, 18 Apr 2017 09:05:34 +0000 (10:05 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 19 Apr 2017 22:04:32 +0000 (23:04 +0100)
src/wx/wscript

index 2b3bb46d6d8c6a8814b5ca5c6eb079006c901015..fc4dfc19a51ba273406bb217e5b27372856cd5d6 100644 (file)
@@ -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')