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