Commenting out Monty's debugging messages on HEAD.
authorJack Moffitt <jack@xiph.org>
Tue, 18 Dec 2001 17:42:28 +0000 (17:42 +0000)
committerJack Moffitt <jack@xiph.org>
Tue, 18 Dec 2001 17:42:28 +0000 (17:42 +0000)
svn path=/trunk/vorbis/; revision=2657

lib/mapping0.c

index eb5a053..bd96443 100644 (file)
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: channel mapping 0 implementation
- last mod: $Id: mapping0.c,v 1.40 2001/12/18 00:55:53 segher Exp $
+ last mod: $Id: mapping0.c,v 1.41 2001/12/18 17:42:28 jack Exp $
 
  ********************************************************************/
 
@@ -703,7 +703,7 @@ static int mapping0_inverse(vorbis_block *vb,vorbis_look_mapping *l){
   /* now apply the decoded post-window time information */
   /* NOT IMPLEMENTED */
 
-  fprintf(stderr,"seq %d\r",seq);
+  /*fprintf(stderr,"seq %d\r",seq);*/
     
   /* all done! */
   return(0);