We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de403bd commit c114875Copy full SHA for c114875
formant_ros2_adapter/scripts/ros2_adapter.py
@@ -50,7 +50,6 @@ def __init__(self, fclient: Client, node: Node):
50
def setup_with_config(self, config):
51
try:
52
self._logger.info("Received Config")
53
- self._logger.debug(config)
54
if "ros2_adapter_configuration" in config:
55
self.config = ConfigSchema(config["ros2_adapter_configuration"])
56
self._logger.info("Config Parsed")
0 commit comments