Skip to content

Commit

Permalink
@mbridak Remove unused print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbridak committed Oct 10, 2024
1 parent 0dd873d commit 2ce0802
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions not1mm/plugins/cq_ww_cw.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def process_esm(self, new_focused_widget=None, with_enter=False):
if new_focused_widget is not None:
self.current_widget = inputs.get(new_focused_widget)

print(f"checking esm {self.current_widget=} {with_enter=} {self.pref.get("run_state")=}")
# print(f"checking esm {self.current_widget=} {with_enter=} {self.pref.get("run_state")=}")

for a_button in [
self.F1,
Expand Down Expand Up @@ -488,4 +488,3 @@ def process_esm(self, new_focused_widget=None, with_enter=False):
self.save_contact()
continue
self.process_function_key(button)

0 comments on commit 2ce0802

Please sign in to comment.