From 549bcc1fd56fbd0cea5aec58dab52c7f16736702 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Tue, 20 Aug 2013 17:10:44 -0300 Subject: [PATCH] reporter: do not print issues to stdout --- validate/gst/validate/gst-validate-reporter.c | 1 - 1 file changed, 1 deletion(-) 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) {