diff --git a/validate/gst/validate/gst-validate-reporter.c b/validate/gst/validate/gst-validate-reporter.c index bcd9f558a4..ddd6c6d074 100644 --- a/validate/gst/validate/gst-validate-reporter.c +++ b/validate/gst/validate/gst-validate-reporter.c @@ -144,7 +144,6 @@ gst_validate_report_valist (GstValidateReporter * reporter, G_VA_COPY (vacopy, var_args); gst_debug_log_valist (GST_CAT_DEFAULT, GST_LEVEL_DEBUG, __FILE__, GST_FUNCTION, __LINE__, NULL, combo, vacopy); - gst_validate_report_printf (report); gst_validate_report_check_abort (report); if (priv->runner) {