Skip to content

Commit

Permalink
remove debug print.
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya Fujita <[email protected]>
  • Loading branch information
fujitatomoya committed Nov 28, 2023
1 parent 4d16db3 commit f2066ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rclpy/rclpy/parameter_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ def load_parameter_file(
:param use_wildcard: Whether to use wildcard expansion.
:return: Future with the result from the set_parameters call.
"""
print(self.remote_node_name)
param_dict = parameter_dict_from_yaml_file(
parameter_file, use_wildcard, target_nodes=[self.remote_node_name])
future = self.set_parameters(list(param_dict.values()), callback=callback)
Expand Down

0 comments on commit f2066ad

Please sign in to comment.