mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2024-12-02 02:56:32 +02:00
cli: remove stray dbg!
Whoops, forgot to review my commits before pushing.
This commit is contained in:
parent
4a30819302
commit
e92e2ef813
@ -182,7 +182,6 @@ pub fn is_readable_stdin() -> bool {
|
||||
let file = File::from(fd);
|
||||
let Ok(md) = file.metadata() else { return false };
|
||||
let ft = md.file_type();
|
||||
dbg!(&ft);
|
||||
ft.is_file() || ft.is_fifo() || ft.is_socket()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user