Remove aspects which were removed in #277

This commit is contained in:
Matthias Beyer 2016-03-26 15:03:34 +01:00
parent b9fa01aa60
commit b7aac5e275
1 changed files with 0 additions and 2 deletions

View File

@ -506,8 +506,6 @@ impl Debug for Store {
try!(write!(fmt, "\n"));
try!(write!(fmt, " - location : {:?}\n", self.location));
try!(write!(fmt, " - configuration : {:?}\n", self.configuration));
try!(write!(fmt, " - pre_read_aspects : {:?}\n", self.pre_read_aspects ));
try!(write!(fmt, " - post_read_aspects : {:?}\n", self.post_read_aspects ));
try!(write!(fmt, " - pre_create_aspects : {:?}\n", self.pre_create_aspects ));
try!(write!(fmt, " - post_create_aspects : {:?}\n", self.post_create_aspects ));
try!(write!(fmt, " - pre_retrieve_aspects : {:?}\n", self.pre_retrieve_aspects ));