mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-05 20:37:52 +00:00
Remove debugging print
Everybody does it, right?
This commit is contained in:
parent
f505bdc869
commit
cbc3640ced
@ -452,7 +452,6 @@ impl RecurseOptions {
|
||||
match self.max_depth {
|
||||
None => false,
|
||||
Some(d) => {
|
||||
println!("Comparing {} to {}", d, depth);
|
||||
d <= depth
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user