I need to learn to stop doing this
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 8 Jul 2005 14:50:44 +0000 (14:50 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 8 Jul 2005 14:50:44 +0000 (14:50 +0000)
Original commit message from CVS:
I need to learn to stop doing this

gst/registries/gstlibxmlregistry.c

index dfe68e2..f6dfd56 100644 (file)
@@ -686,7 +686,6 @@ load_pad_template (xmlTextReaderPtr reader)
         read_enum (reader, GST_TYPE_PAD_PRESENCE, &presence);
       } else if (!strncmp (tag, "caps", 4)) {
         read_string (reader, &caps_str);
-        g_print ("THOMAS: read caps string %s\n", caps_str);
       }
     }
   }