Remove accidentially slipped-in println!()

This commit is contained in:
Matthias Beyer 2017-12-06 19:51:02 +01:00
parent b1cf058dcc
commit af67ff51c8

View file

@ -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)?
};