mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-02-02 02:28:24 +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 {
|
match self.max_depth {
|
||||||
None => false,
|
None => false,
|
||||||
Some(d) => {
|
Some(d) => {
|
||||||
println!("Comparing {} to {}", d, depth);
|
|
||||||
d <= depth
|
d <= depth
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user