kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.43k stars 151 forks source link

fix: remove the debug info causing the chaos in UI #444

Closed awerty-noob closed 12 months ago

awerty-noob commented 12 months ago

the redundent eprintln could cause UI unusable, so I comment it.

kamiyaa commented 12 months ago

Thanks for the catch!