From: Dan Dennedy Date: Mon, 20 Aug 2012 02:27:16 +0000 (-0700) Subject: remove printf added in previous commit X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8e982eedff88c423aa13060c17dae5ec6d9c9800;p=mlt remove printf added in previous commit --- diff --git a/src/modules/xml/consumer_xml.c b/src/modules/xml/consumer_xml.c index 0b308e0c..8f473531 100644 --- a/src/modules/xml/consumer_xml.c +++ b/src/modules/xml/consumer_xml.c @@ -235,8 +235,6 @@ static void serialise_properties( serialise_context context, mlt_properties prop strcmp( name, "height" ) ) { char *value; - fprintf(stderr, "serializing %s=%s (%d)\n", name, mlt_properties_get( properties, name ), - context->time_format); if ( !strcmp( name, "length" ) ) { char *time = mlt_properties_get_time( properties, name, context->time_format );