Commit 31526d52 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove dummy debug

parent 0577234c
...@@ -92,7 +92,6 @@ static int Open (vlc_object_t *obj, const char *varname, bool ptr) ...@@ -92,7 +92,6 @@ static int Open (vlc_object_t *obj, const char *varname, bool ptr)
else else
val = (void *)(uintptr_t)var_GetInteger (obj, varname); val = (void *)(uintptr_t)var_GetInteger (obj, varname);
var_Destroy (obj, varname); var_Destroy (obj, varname);
msg_Err (wnd, "%zu, %p", n, val);
/* Keep a list of busy drawables, so we don't overlap videos if there are /* Keep a list of busy drawables, so we don't overlap videos if there are
* more than one video track in the stream. */ * more than one video track in the stream. */
...@@ -123,7 +122,6 @@ skip: ...@@ -123,7 +122,6 @@ skip:
val = NULL; val = NULL;
} }
vlc_mutex_unlock (&serializer); vlc_mutex_unlock (&serializer);
msg_Err (wnd, "%zu, %p", n, val);
if (val == NULL) if (val == NULL)
return VLC_EGENERIC; return VLC_EGENERIC;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment