Skip to content

Commit

Permalink
Cleanup logging
Browse files Browse the repository at this point in the history
Signed-off-by: Yadunund <[email protected]>
  • Loading branch information
Yadunund committed Jul 4, 2024
1 parent 747a72e commit 2a7dbaf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rmw_zenoh_cpp/src/rmw_zenoh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,6 @@ rmw_create_publisher(
if (RMW_RET_OK != ret) {
return nullptr;
}
RMW_ZENOH_LOG_ERROR_NAMED(
"rmw_zenoh_cpp", "create publisher liveliness: %zu",
publisher_data->adapted_qos_profile.liveliness);

publisher_data->typesupport_identifier = type_support->typesupport_identifier;
publisher_data->type_hash = type_support->get_type_hash_func(type_support);
Expand Down

0 comments on commit 2a7dbaf

Please sign in to comment.