mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove debug prints
This commit is contained in:
parent
e5fd3d3b5d
commit
8d32d77668
1 changed files with 0 additions and 3 deletions
|
|
@ -145,8 +145,6 @@ class ValidateFrameRange(pyblish.api.InstancePlugin):
|
|||
"""
|
||||
import avalon.maya.interactive
|
||||
avalon.maya.interactive.reset_frame_range()
|
||||
cls.log.debug("-" * 80)
|
||||
cls.log.debug("{}.frameStart".format(instance.data["name"]))
|
||||
cmds.setAttr(
|
||||
"{}.frameStart".format(instance.data["name"]),
|
||||
instance.context.data.get("frameStartHandle"))
|
||||
|
|
@ -154,4 +152,3 @@ class ValidateFrameRange(pyblish.api.InstancePlugin):
|
|||
cmds.setAttr(
|
||||
"{}.frameEnd".format(instance.data["name"]),
|
||||
instance.context.data.get("frameEndHandle"))
|
||||
cls.log.debug("-" * 80)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue