Remove accidentially slipped-in println!()
This commit is contained in:
parent
b1cf058dcc
commit
af67ff51c8
1 changed files with 0 additions and 1 deletions
|
@ -759,7 +759,6 @@ impl Store {
|
|||
let is_file = {
|
||||
let mut base = self.path().clone();
|
||||
base.push(element.clone());
|
||||
println!("Checking: {:?}", base);
|
||||
self.backend.is_file(&base)?
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue