[xiph-cvs] cvs commit: vorbis-tools/ogg123 http_transport.c

Jack Moffitt jack at xiph.org
Wed Dec 19 16:10:16 PST 2001



jack        01/12/19 16:10:15

  Modified:    ogg123   http_transport.c
  Log:
  Most people probably won't like my debugging messages :)

Revision  Changes    Path
1.6       +1 -3      vorbis-tools/ogg123/http_transport.c

Index: http_transport.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/http_transport.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- http_transport.c	2001/12/20 00:09:23	1.5
+++ http_transport.c	2001/12/20 00:10:14	1.6
@@ -11,7 +11,7 @@
  *                                                                  *
  ********************************************************************
  
- last mod: $Id: http_transport.c,v 1.5 2001/12/20 00:09:23 jack Exp $
+ last mod: $Id: http_transport.c,v 1.6 2001/12/20 00:10:14 jack Exp $
  
 ********************************************************************/
 
@@ -70,8 +70,6 @@
 {
   data_source_t *source = arg;
   print_statistics_arg_t *pstats_arg;
-
-  printf("\nhttp_transport.c:progress_callback() is getting called\n");
 
   pstats_arg = new_print_statistics_arg(stat_format,
                                         source->transport->statistics(source),

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list