Remove DEBUG call that can happen before debugging is initialized

Original commit message from CVS:
Remove DEBUG call that can happen before debugging is initialized
This commit is contained in:
David Schleef 2003-11-19 22:57:52 +00:00
parent 8e967a3810
commit a80c44753a

View file

@ -465,7 +465,6 @@ gst_dpman_register_mode (GstDParamManagerClass *klass,
mode->teardownfunc = teardownfunc;
g_hash_table_insert(klass->modes, modename, mode);
GST_DEBUG ("mode '%s' registered", modename);
}
/**