Skip to content

Commit

Permalink
deactivate Metadata export for now
Browse files Browse the repository at this point in the history
  • Loading branch information
frs69wq committed Sep 23, 2024
1 parent 864c921 commit e825c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ void Engine::pub_close()
if (pub_barrier_ && pub_barrier_->wait()) {
XBT_DEBUG("All publishers have called the Engine::close() function");

XBT_DEBUG("Export metadata");
export_metadata_to_file();
// XBT_DEBUG("Export metadata");
// export_metadata_to_file();
stream_->close();
if (std::dynamic_pointer_cast<FileTransport>(transport_) != nullptr) {
XBT_DEBUG("Closing opened files");
Expand Down

0 comments on commit e825c13

Please sign in to comment.