diff --git a/other/vst2_lglw_debug_plugin/plugin.cpp b/other/vst2_lglw_debug_plugin/plugin.cpp index b3133394..f556bfb0 100644 --- a/other/vst2_lglw_debug_plugin/plugin.cpp +++ b/other/vst2_lglw_debug_plugin/plugin.cpp @@ -479,7 +479,7 @@ VstIntPtr VSTPluginDispatcher(VSTPlugin *vstPlugin, VstInt32 opCode, VstInt32 in break; case effEditIdle: - printf("vstgltest: redraw window\n"); + // printf("vstgltest: redraw window\n"); // (void)::RedrawWindow(wrapper->hwnd, NULL, NULL, RDW_INTERNALPAINT); //(void)::UpdateWindow(wrapper->hwnd); #ifdef USE_LGLW