Merge pull request #293 from matthiasbeyer/fixup-merge-277
Remove aspects which were removed in #277
This commit is contained in:
commit
f8c9234a7a
1 changed files with 0 additions and 2 deletions
|
@ -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 ));
|
||||
|
|
Loading…
Reference in a new issue