remove debugging fprintf (should have checked this before previous
checkin)
This commit is contained in:
parent
c6769c54f4
commit
36252022ec
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue