remove debug output

This commit is contained in:
Paul Davis 2022-01-02 17:23:01 -07:00
parent 41310d9b8a
commit ca5043288c

View File

@ -120,7 +120,6 @@ static void* vstfx_load_vst_library(const char* path)
/*Path not specified - not much more we can do*/
if (envdup == 0) {
std::cerr << "no search path\n";
return 0;
}