smol-rs / futures-lite

Futures, streams, and async I/O combinators.
Apache License 2.0
439 stars 25 forks source link

Debug info printed to console in 1.11.0 #30

Closed Waridley closed 3 years ago

Waridley commented 3 years ago

You seem to have forgotten to remove some debug prints from the poll_fill_buf function: https://github.com/stjepang/futures-lite/blob/f5faa76ab6c20a0aa5f27d4d7fb4f5faf4a5f4ec/src/io.rs#L619 https://github.com/stjepang/futures-lite/blob/f5faa76ab6c20a0aa5f27d4d7fb4f5faf4a5f4ec/src/io.rs#L627 https://github.com/stjepang/futures-lite/blob/f5faa76ab6c20a0aa5f27d4d7fb4f5faf4a5f4ec/src/io.rs#L630

ghost commented 3 years ago

Fixed.