emoon / rust_minifb

Cross platfrom window and framebuffer crate for Rust
MIT License
1.04k stars 97 forks source link

Remove debug printing in Windows impl #218

Closed yupferris closed 4 years ago

yupferris commented 4 years ago

It seems there are a few println's left over:

https://github.com/emoon/rust_minifb/blob/15bce84a4edfb99a79490cc1598abc583a988461/src/os/windows/mod.rs#L938

I assume this is by mistake - should we remove these?

emoon commented 4 years ago

doh! yes :)

emoon commented 4 years ago

I will fix

emoon commented 4 years ago

Fixed in 0.19.1

yupferris commented 4 years ago

ha, that was fast, cheers!