]> granicus.if.org Git - python/commitdiff
remove debugging fprintf (should have checked this before previous
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 21 Dec 1998 16:40:21 +0000 (16:40 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 21 Dec 1998 16:40:21 +0000 (16:40 +0000)
checkin)

Modules/zlibmodule.c

index 43e59c5568340f236acbc1aa4a158636eea81954..1845bbcde16f3b003597ff9285324a88cbfcf124 100644 (file)
@@ -212,8 +212,6 @@ PyZlib_decompress(self, args)
   do 
     {
       err=inflate(&zst, Z_FINISH);
-      fprintf(stderr, "err=%d avail_in=%d avail_out=%d\n", 
-             err, zst.avail_in, zst.avail_out);
       switch(err) 
         {
         case(Z_STREAM_END):