#3075: Remove unnecessary print statement.

This commit is contained in:
Nick Todd
2025-01-23 15:16:49 +00:00
parent 0aa691752a
commit 8eeba691a9

View File

@@ -36,7 +36,6 @@ class NodeAbstractAction(AbstractAction, identifier="node_abstract"):
@classmethod
def form_request(cls, config: ConfigSchema) -> RequestFormat:
"""Return the action formatted as a request which can be ingested by the PrimAITE simulation."""
print(config)
return ["network", "node", config.node_name, config.verb]