mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-03 01:14:54 +01:00
Remove logging of plugin name
This commit is contained in:
parent
ae250c4a10
commit
7af7f71eda
1 changed files with 0 additions and 3 deletions
|
|
@ -335,9 +335,6 @@ class MayaSubmitDeadline(abstract_submit_deadline.AbstractSubmitDeadline):
|
|||
if export_job:
|
||||
payload["JobInfo"]["JobDependency0"] = export_job
|
||||
|
||||
plugin = payload["JobInfo"]["Plugin"]
|
||||
self.log.info("using render plugin : {}".format(plugin))
|
||||
|
||||
# Store output dir for unified publisher (filesequence)
|
||||
instance.data["outputDir"] = os.path.dirname(output_filename_0)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue