Skip to content

Commit

Permalink
ros2GH-8 Cleanup: remove verbose logging for every stored message
Browse files Browse the repository at this point in the history
  • Loading branch information
anhosi authored and greimela-si committed Sep 19, 2018
1 parent 463d721 commit 3117261
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ void SqliteStorage::write(std::shared_ptr<const rosbag2_storage::SerializedBagMe

write_statement_->bind(message->time_stamp, topic_entry->second, message->serialized_data);
write_statement_->execute_and_reset();

ROSBAG2_STORAGE_DEFAULT_PLUGINS_LOG_INFO("Stored message");
}

bool SqliteStorage::has_next()
Expand Down

0 comments on commit 3117261

Please sign in to comment.