From b5ee038c72140222a4a63f208589e5e8c2fe73cc Mon Sep 17 00:00:00 2001 From: bsp2 Date: Tue, 7 May 2019 10:37:08 +0200 Subject: [PATCH] disable opcode dispatch tracing --- src/vst2_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vst2_main.cpp b/src/vst2_main.cpp index 5eb93ff4..0b5cc888 100644 --- a/src/vst2_main.cpp +++ b/src/vst2_main.cpp @@ -1682,7 +1682,7 @@ VstIntPtr VSTPluginDispatcher(VSTPlugin *vstPlugin, #ifdef VST2_OPCODE_DEBUG Dprintf("vstrack_plugin: called VSTPluginDispatcher(%d) (%s)\n", opCode, vst2_opcode_names[opCode]); #else - Dprintf("vstrack_plugin: called VSTPluginDispatcher(%d)\n", opCode); + // Dprintf("vstrack_plugin: called VSTPluginDispatcher(%d)\n", opCode); #endif // VST2_OPCODE_DEBUG VstIntPtr r = 0;