summaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
authoreddyg <[email protected]>2007-10-24 02:55:57 +0000
committereddyg <[email protected]>2007-10-24 02:55:57 +0000
commitdca05d7b2e0ae997cbeaa73b7aaaae061f5310bc (patch)
tree360b1a70b7f84bb549020d73d0e4103c75ae0430 /test/test.c
parentce2d531b133891b48bf141c3dd3081652f9f6620 (diff)
Repeat after me, eddyg is a wally.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1037 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test/test.c')
-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 );
}