rm print from reporter
Change-Id: I11feb1bbf005b1896348d0a8d4e7f54bf4da34ea
Related-prod: PRODX-3456
diff --git a/update_testrail_xml/reporter.py b/update_testrail_xml/reporter.py
index 72e8fe7..0b9710e 100644
--- a/update_testrail_xml/reporter.py
+++ b/update_testrail_xml/reporter.py
@@ -182,7 +182,6 @@
for child in root:
try:
if child.attrib['classname'] == case[0] and child.attrib['name'] == case[1]:
- print(child.attrib['name'])
if (child.attrib['time'] == '0.000' or
hasattr(next(iter(child), None), 'tag') and child[0].tag == 'error'):
child.clear()