From cddec68e5b100b0860cdec6d96bcde611cd8dca4 Mon Sep 17 00:00:00 2001 From: Sam Ellicott Date: Sun, 17 May 2020 19:23:35 -0400 Subject: [PATCH] Remove debugging printf. --- colorchord2/parameters.c | 1 - 1 file changed, 1 deletion(-) 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 );