Skip to content

Commit 41395df

Browse files
committed
comment out print
1 parent c21629f commit 41395df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/testrail/api_testrail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def testrail_coverage_update(self, projects_id,
210210

211211
# Format and store data in a data payload array
212212
payload = self.db.report_test_coverage_payload(cases)
213-
print(payload)
213+
#print(payload)
214214

215215
# Insert data in 'totals' array into DB
216216
self.db.report_test_coverage_insert(projects_id, payload)

0 commit comments

Comments
 (0)