mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
removed debug print
This commit is contained in:
parent
31f7242cd9
commit
3e87af2850
1 changed files with 0 additions and 3 deletions
|
|
@ -2,7 +2,6 @@ import os
|
|||
import json
|
||||
import shutil
|
||||
import getpass
|
||||
import pprint
|
||||
|
||||
from maya import cmds
|
||||
|
||||
|
|
@ -198,8 +197,6 @@ class MindbenderSubmitDeadline(pyblish.api.InstancePlugin):
|
|||
render_globals = instance.data.get("renderGlobals", {})
|
||||
payload["JobInfo"].update(render_globals)
|
||||
|
||||
pprint.pprint(payload["JobInfo"])
|
||||
|
||||
self.preflight_check(instance)
|
||||
|
||||
self.log.info("Submitting..")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue