]> git.sesse.net Git - vlc/commitdiff
Remove dummy debug
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 23 May 2009 14:04:11 +0000 (17:04 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 23 May 2009 14:04:11 +0000 (17:04 +0300)
modules/video_output/drawable.c

index f97b30dbc2a145bf6a735387bc000ca56558ecf1..ec1c71bb92197247f29b42a1d27f0c5d5c416929 100644 (file)
@@ -92,7 +92,6 @@ static int Open (vlc_object_t *obj, const char *varname, bool ptr)
     else
         val = (void *)(uintptr_t)var_GetInteger (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
      * more than one video track in the stream. */
@@ -123,7 +122,6 @@ skip:
         val = NULL;
     }
     vlc_mutex_unlock (&serializer);
-    msg_Err (wnd, "%zu, %p", n, val);
 
     if (val == NULL)
         return VLC_EGENERIC;