From 31526d525687dda631458e4cc6f64419adf1ae32 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 23 May 2009 17:04:11 +0300 Subject: [PATCH] Remove dummy debug --- modules/video_output/drawable.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/video_output/drawable.c b/modules/video_output/drawable.c index f97b30dbc2..ec1c71bb92 100644 --- a/modules/video_output/drawable.c +++ b/modules/video_output/drawable.c @@ -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; -- 2.20.1