I need to learn to stop doing this

Original commit message from CVS:
I need to learn to stop doing this
This commit is contained in:
Thomas Vander Stichele 2005-07-08 14:50:44 +00:00
parent 1696d15247
commit 34445bec34

View 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);
}
}
}