rtsp: remove debugging g_message
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 2 Mar 2009 15:13:33 +0000 (16:13 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 2 Mar 2009 15:13:33 +0000 (16:13 +0100)
--

gst-libs/gst/rtsp/gstrtspconnection.c

index 70dc9ac..5d6f970 100644 (file)
@@ -419,8 +419,6 @@ do_connect (const gchar * ip, guint16 port, GstPollFD * fdout,
   GstClockTime to;
   gint retval;
 
-  g_message ("connect %s:%u", ip, port);
-
   memset (&sa_in, 0, sizeof (sa_in));
   sa_in.sin_family = AF_INET;   /* network socket */
   sa_in.sin_port = htons (port);        /* on port */