Remove redundant type logging since it's converted to int above

This commit is contained in:
Roy Nieterau 2023-04-05 23:27:19 +02:00
parent 7dc6158fb8
commit 436da7465f

View file

@ -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'))