Skip to content

Commit

Permalink
Remove errant print statment
Browse files Browse the repository at this point in the history
  • Loading branch information
julianstirling committed Sep 30, 2024
1 parent 96f0617 commit c0a30cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anylabeling/views/labeling/label_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def __init__( # noqa: C901
# Actions
action = functools.partial(utils.new_action, self)
shortcuts = self._config["shortcuts"]
print(shortcuts)

open_ = action(
self.tr("&Open File"),
self.open_file,
Expand Down

0 comments on commit c0a30cb

Please sign in to comment.