Skip to content

Commit

Permalink
Remove commented-out error and return block.
Browse files Browse the repository at this point in the history
Signed-off-by: Steven! Ragnarök <steven@nuclearsandwich.com>
  • Loading branch information
nuclearsandwich committed Feb 7, 2019
1 parent 884dc90 commit db9954b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rcl/src/rcl/logging_rosout.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ rcl_ret_t rcl_logging_rosout_init_publisher_for_node(
"publisher. As soon as any node with that name is destructed it will unregister the "
"publisher, preventing any further logs for that name from being published on the rosout "
"topic.");
// RCL_SET_ERROR_MSG("Logger already initialized for node.");
// return RCL_RET_ALREADY_INIT;
return RCL_RET_OK;
}

Expand Down

0 comments on commit db9954b

Please sign in to comment.