Remove debugging printf.
This commit is contained in:
parent
9029c87c96
commit
cddec68e5b
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue