summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test.c b/test/test.c
index 13637ea8f..5224691b4 100644
--- a/test/test.c
+++ b/test/test.c
@@ -858,8 +858,6 @@ static int HandleEvents( hb_handle_t * h )
if( x264opts != NULL && *x264opts != '\0' )
{
- fprintf( stderr, "Applying the following x264 options: %s\n",
- x264opts);
job->x264opts = x264opts;
}
else /*avoids a bus error crash when options aren't specified*/