From 2496ee460f8ba80863fa6aba981e83f938739d46 Mon Sep 17 00:00:00 2001 From: Monty Date: Sun, 23 Dec 2001 11:54:49 +0000 Subject: [PATCH] kill a fprintf svn path=/trunk/vorbis/; revision=2899 --- lib/bitrate.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/bitrate.c b/lib/bitrate.c index cb0472a..f0e5ba3 100644 --- a/lib/bitrate.c +++ b/lib/bitrate.c @@ -11,7 +11,7 @@ ******************************************************************** function: bitrate tracking and management - last mod: $Id: bitrate.c,v 1.8 2001/12/23 11:53:52 xiphmont Exp $ + last mod: $Id: bitrate.c,v 1.9 2001/12/23 11:54:49 xiphmont Exp $ ********************************************************************/ @@ -317,8 +317,6 @@ int vorbis_bitrate_addblock(vorbis_block *vb){ bm->avgfloat=new; - fprintf(stderr,"%d float: %f\n",bm->avg_center,new); - /* apply the average floater to new blocks */ bin=bm->avgfloat*(BITTRACK_DIVISOR<