mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
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:
parent
8e967a3810
commit
a80c44753a
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue