diff --git a/src/pycanape/actionbuilder.py b/src/pycanape/actionbuilder.py index 5daa8d6..12cc980 100644 --- a/src/pycanape/actionbuilder.py +++ b/src/pycanape/actionbuilder.py @@ -55,8 +55,6 @@ def __init__(self, _action: CanapeAction = lambda x: x): self._action = _action def __enter__(self): - # NOTE: Until methods are implemented to allow transparent use of - # context, require the user to use the context directly. self.context = CANape(self.project_path, self.modal_mode) def __exit__(self, primus, secundus, tertius):