Skip to content

Commit 6ecc206

Browse files
committed
Removed Debug Statements
1 parent a863843 commit 6ecc206

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

cumulusci/tasks/salesforce/check_components.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,6 @@ def get_repo_existing_components(self, plan_or_flow_name, paths=""):
120120
response_messages = self._get_api_object_responce(
121121
package_xml_path, source_xml_tree.version.text
122122
)
123-
print("heloo", components)
124-
for message in response_messages:
125-
126-
message_list = (
127-
message.firstChild.nextSibling.firstChild.nodeValue.split("'")
128-
)
129-
print(message_list)
130123
mdapi_components.update(components)
131124
mdapi_response_messages.extend(response_messages)
132125
continue

0 commit comments

Comments
 (0)