diff --git a/tractor/runtime/_state.py b/tractor/runtime/_state.py index 11e0c0fd..17641f99 100644 --- a/tractor/runtime/_state.py +++ b/tractor/runtime/_state.py @@ -103,7 +103,6 @@ class RuntimeVars(Struct): key, val, ) -> None: - breakpoint() super().__setattr__(key, val) def update(