mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 01:30:21 -07: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 file = File::from(fd);
|
||||||
let Ok(md) = file.metadata() else { return false };
|
let Ok(md) = file.metadata() else { return false };
|
||||||
let ft = md.file_type();
|
let ft = md.file_type();
|
||||||
dbg!(&ft);
|
|
||||||
ft.is_file() || ft.is_fifo() || ft.is_socket()
|
ft.is_file() || ft.is_fifo() || ft.is_socket()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user