X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fwestley%2Fproducer_westley.c;h=d2acdbb7ff8e5111ba4578783d5f892c1fc76b02;hb=f44c1d4653f43c8e7a63e6c3895f6f1f0ee0103b;hp=e19f95c86e0acdb2e09d3a73d5fef98df176f12b;hpb=870a1069dd7a1b33623f3284c089b9be2dfb4491;p=melted diff --git a/src/modules/westley/producer_westley.c b/src/modules/westley/producer_westley.c index e19f95c..d2acdbb 100644 --- a/src/modules/westley/producer_westley.c +++ b/src/modules/westley/producer_westley.c @@ -776,7 +776,6 @@ static void on_end_producer( deserialise_context context, const xmlChar *name ) while( mlt_deque_count( context->filter_queue ) ) { mlt_properties filter_properties = mlt_deque_pop_front( context->filter_queue ); - mlt_properties_debug( filter_properties, "Filter?", stderr ); mlt_filter filter = mlt_factory_filter( mlt_properties_get( filter_properties, "mlt_service" ), NULL ); if ( filter != NULL ) {