From d00d4244177d296aefb3e92a26473dbaab01d7d3 Mon Sep 17 00:00:00 2001 From: wikoreman Date: Mon, 27 Aug 2018 10:38:37 +0200 Subject: [PATCH] removed debug print --- colorbleed/plugins/maya/publish/collect_renderlayers.py | 1 - 1 file changed, 1 deletion(-) 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