diff --git a/colorchord2/parameters.c b/colorchord2/parameters.c index 05ae639..3800694 100644 --- a/colorchord2/parameters.c +++ b/colorchord2/parameters.c @@ -137,7 +137,6 @@ static int SetParameter( struct Param * p, const char * str ) void RegisterValue( const char * name, enum ParamType t, void * ptr, int size ) { - printf("[SDE] Registering parameter %s\n", name); Init(); struct Param * p = (struct Param*)HashGetEntry( parameters, name );