commit 7c6f0b047fd58e94c19d7207672b709a6c4e1f9a
parent 252cc15a52a3f34dc7bf21b03100e9c05cc1945b
Author: falkTX <falktx@gmail.com>
Date: Thu, 16 Oct 2014 12:32:12 +0100
Remove test print
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/distrho/src/DistrhoPluginVST.cpp b/distrho/src/DistrhoPluginVST.cpp
@@ -424,7 +424,6 @@ public:
# endif
d_lastUiSampleRate = fPlugin.getSampleRate();
- d_stdout("effEditOpen with ptr = %p", ptr);
fVstUI = new UIVst(fAudioMaster, fEffect, this, &fPlugin, (intptr_t)ptr);
# if DISTRHO_PLUGIN_WANT_STATE