Removing print statements from anchor and core to clean up output

This commit is contained in:
Tristan McGinnis
2025-05-07 13:56:12 -05:00
committed by David
parent 2eb3c796ec
commit fb699984b9

View File

@@ -88,7 +88,7 @@ class SerialRelay(Node):
if output: if output:
# All output over debug temporarily # All output over debug temporarily
self.get_logger().info(f"[MCU] {output}") #self.get_logger().info(f"[MCU] {output}")
if output.startswith("can_relay_fromvic,arm"): if output.startswith("can_relay_fromvic,arm"):
# Publish the message to the arm topic # Publish the message to the arm topic
msg = String() msg = String()