Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chhwang committed Sep 28, 2024
1 parent 73aee74 commit a711d3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/ark/planner.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ def __init__(self, **kwargs):
sync: bool = kwargs.get("sync", True)
config: Dict[str, Any] = kwargs.get("config", None)

print(f"ctx id = {super().id()}")

if prange is not None:
self.processor_range(*prange)
if wrange is not None:
Expand Down

0 comments on commit a711d3e

Please sign in to comment.