Skip to content

Commit

Permalink
removed if not plug.active
Browse files Browse the repository at this point in the history
  • Loading branch information
linez69 committed May 26, 2016
1 parent 8586ba0 commit fe23525
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyblish_qml/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,6 @@ def iterator(self, plugins, context):
}

for plug, instance in pyblish.logic.Iterator(plugins, context):
if not plug.active:
continue

state["nextOrder"] = plug.order

Expand Down

0 comments on commit fe23525

Please sign in to comment.