Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vyokky committed Aug 23, 2024
1 parent 8ac5d2b commit 378013b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ufo/automator/ui_control/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ def atomic_execution(self, method_name: str, params: Dict[str, Any]) -> str:

try:
method = getattr(self.control, method_name)
print(f"control: {self.control.element_info}")

result = method(**params)
except AttributeError:
message = f"{self.control} doesn't have a method named {method_name}"
Expand Down

0 comments on commit 378013b

Please sign in to comment.