summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index 34cca5cf5..45ccc03f3 100644
--- a/test/test.c
+++ b/test/test.c
@@ -482,7 +482,6 @@ static int HandleEvents( hb_handle_t * h )
}
if( denoise )
{
- hb_log("Added denoise setting of '%s'", hb_filter_denoise.settings);
hb_filter_denoise.settings = denoise_opt;
hb_list_add( job->filters, &hb_filter_denoise );
}