remove debugging fprintf (should have checked this before previous

checkin)
This commit is contained in:
Jeremy Hylton 1998-12-21 16:40:21 +00:00
parent c6769c54f4
commit 36252022ec
1 changed files with 0 additions and 2 deletions

View File

@ -212,8 +212,6 @@ PyZlib_decompress(self, args)
do do
{ {
err=inflate(&zst, Z_FINISH); 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) switch(err)
{ {
case(Z_STREAM_END): case(Z_STREAM_END):