Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Removed duplicate command
Browse files Browse the repository at this point in the history
  • Loading branch information
2-REC committed Dec 5, 2022
1 parent f9680cc commit 605432c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions openpype/tools/standalonepublish/widgets/widget_family.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,6 @@ def _on_data_changed(self):
project_name, asset_name, fields=["_id"]
)

# Get plugin and family
plugin = item.data(PluginRole)

# Early exit if no asset name
if not asset_name.strip():
self._build_menu([])
Expand Down

0 comments on commit 605432c

Please sign in to comment.