don't need all that hashtable output
This commit is contained in:
parent
db1877d141
commit
15f44d52b1
|
|
@ -840,8 +840,8 @@ write(ostream &out, int indent_level) const {
|
|||
const Attribute &attribute = (*ai);
|
||||
attribute._attrib->write(out, indent_level + 2);
|
||||
}
|
||||
indent(out, indent_level + 2) << _composition_cache << "\n";
|
||||
indent(out, indent_level + 2) << _invert_composition_cache << "\n";
|
||||
// indent(out, indent_level + 2) << _composition_cache << "\n";
|
||||
// indent(out, indent_level + 2) << _invert_composition_cache << "\n";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
|
|
@ -925,8 +925,8 @@ output(ostream &out) const {
|
|||
void TransformState::
|
||||
write(ostream &out, int indent_level) const {
|
||||
indent(out, indent_level) << *this << "\n";
|
||||
indent(out, indent_level + 2) << _composition_cache << "\n";
|
||||
indent(out, indent_level + 2) << _invert_composition_cache << "\n";
|
||||
// indent(out, indent_level + 2) << _composition_cache << "\n";
|
||||
// indent(out, indent_level + 2) << _invert_composition_cache << "\n";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue