diff --git a/src/primaite/environment/primaite_env.py b/src/primaite/environment/primaite_env.py index 3de1111b..03798c3b 100644 --- a/src/primaite/environment/primaite_env.py +++ b/src/primaite/environment/primaite_env.py @@ -423,7 +423,6 @@ class Primaite(Env): _action: The action space from the agent """ # At the moment, actions are only affecting nodes - print("ACTION:", self.action_dict[_action]) if self.action_type == ActionType.NODE: self.apply_actions_to_nodes(_action) elif self.action_type == ActionType.ACL: