Commit 82130be5 by Maarten L. Hekkelman

oops

parent 510ce62d
...@@ -350,9 +350,6 @@ void datablock::write(std::ostream &os, const std::vector<std::string> &item_nam ...@@ -350,9 +350,6 @@ void datablock::write(std::ostream &os, const std::vector<std::string> &item_nam
for (auto &c : cat_order) for (auto &c : cat_order)
{ {
if (c == "entry" or c == "audit_conform")
continue;
auto cat = get(c); auto cat = get(c);
if (cat == nullptr) if (cat == nullptr)
continue; continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment