mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Remove redundant type logging since it's converted to int above
This commit is contained in:
parent
7dc6158fb8
commit
436da7465f
1 changed files with 0 additions and 1 deletions
|
|
@ -60,5 +60,4 @@ class CollectSceneVersion(pyblish.api.ContextPlugin):
|
|||
|
||||
rootVersion = int(version)
|
||||
context.data['version'] = rootVersion
|
||||
self.log.info("{}".format(type(rootVersion)))
|
||||
self.log.info('Scene Version: %s' % context.data.get('version'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue