Merge pull request #1151 from matthiasbeyer/libimagstore/remove-accidental-println

Remove accidentially slipped-in println
This commit is contained in:
Matthias Beyer 2017-10-15 23:28:00 +02:00 committed by GitHub
commit 32de2821d2
1 changed files with 0 additions and 1 deletions

View File

@ -817,7 +817,6 @@ impl Store {
let is_file = {
let mut base = self.path().clone();
base.push(element.clone());
println!("Checking: {:?}", base);
try!(self.backend.is_file(&base))
};