update diargam for "open" in about-to-open
[saartuer.git] / statemachine.py
index dc00ca537f59d42f5e7f55f199e7663eaf32e691..a56d5f08041a40a9aa80cbc75e24a8c6ea251b39 100644 (file)
@@ -132,7 +132,6 @@ class StateMachine():
        class AbstractStateWhereOpeningIsRedundant(State):
                def handle_open_event(self, callback):
                        # intentionally not calling super() implementation
-                       # FIXME contradicting original plan where open would be ignored in StateAboutToOpen?
                        callback("299 redundant: Space seems to be already open. Still processing your request tough.")
                        logger.warning("Received OPEN command in StateAboutToOpen. This should not be necessary.")
                        self.actor().act(Actor.CMD_OPEN)