mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Removed debug log
This commit is contained in:
parent
a473890e36
commit
8201c0f62f
1 changed files with 0 additions and 1 deletions
|
|
@ -104,5 +104,4 @@ class CollectVRayScene(pyblish.api.ContextPlugin):
|
||||||
|
|
||||||
instance = context.create_instance(layer)
|
instance = context.create_instance(layer)
|
||||||
self.log.info("Created: %s" % instance.name)
|
self.log.info("Created: %s" % instance.name)
|
||||||
self.log.debug("VRay Data: %s" % vrscene_data)
|
|
||||||
instance.data.update(data)
|
instance.data.update(data)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue