Remove debug print statement

This commit is contained in:
Marcus Weseloh 2017-11-12 00:54:10 +01:00
parent 9509628da1
commit 50b50e765d

View file

@ -1335,7 +1335,6 @@ static fluid_ladspa_effect_t *get_effect(fluid_ladspa_fx_t *fx, const char *name
}
}
printf("Effect '%s' not found!\n", name);
LADSPA_API_RETURN(fx, NULL);
}