diff --git a/colorbleed/plugins/maya/publish/collect_renderlayers.py b/colorbleed/plugins/maya/publish/collect_renderlayers.py index cfd3a18632..86b02fcd46 100644 --- a/colorbleed/plugins/maya/publish/collect_renderlayers.py +++ b/colorbleed/plugins/maya/publish/collect_renderlayers.py @@ -174,7 +174,6 @@ class CollectMayaRenderlayers(pyblish.api.ContextPlugin): # Backwards compatibility pool_str = attributes.get("pools", None) if pool_str: - print("XXX", pool_str.split(";")) pool_a, pool_b = pool_str.split(";") # Ensure empty entry token is caught