diff options
Diffstat (limited to 'src/deflate.cpp')
-rw-r--r-- | src/deflate.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/deflate.cpp b/src/deflate.cpp index 10a9c5f..2d925a7 100644 --- a/src/deflate.cpp +++ b/src/deflate.cpp | |||
@@ -149,9 +149,6 @@ Bu::size Bu::Deflate::read( void *pData, Bu::size nBytes ) | |||
149 | for(;;) | 149 | for(;;) |
150 | { | 150 | { |
151 | int ret = inflate( pState, Z_NO_FLUSH ); | 151 | int ret = inflate( pState, Z_NO_FLUSH ); |
152 | printf("inflate returned %d; avail in=%d, out=%d\n", ret, | ||
153 | pState->avail_in, pState->avail_out ); | ||
154 | |||
155 | nReadTotal += nRead-pState->avail_out; | 152 | nReadTotal += nRead-pState->avail_out; |
156 | 153 | ||
157 | if( ret == Z_STREAM_END ) | 154 | if( ret == Z_STREAM_END ) |