ceph-objectstore-tool: Remove unused map section from log dump

Caused by: 44cb6d3064

Signed-off-by: David Zafman <dzafman@redhat.com>
This commit is contained in:
David Zafman 2017-12-05 21:04:16 -08:00
parent 5083287845
commit b20eeada31

View File

@ -347,9 +347,6 @@ void dump_log(Formatter *formatter, ostream &out, pg_log_t &log,
formatter->open_object_section("pg_missing_t");
missing.dump(formatter);
formatter->close_section();
formatter->flush(out);
formatter->open_object_section("map");
formatter->close_section();
formatter->close_section();
formatter->flush(out);
}