Kaydet (Commit) 36252022 authored tarafından Jeremy Hylton's avatar Jeremy Hylton

remove debugging fprintf (should have checked this before previous

checkin)
üst c6769c54
...@@ -212,8 +212,6 @@ PyZlib_decompress(self, args) ...@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment