Skip to content

Commit e26e4dd

Browse files
remove print
1 parent 088e375 commit e26e4dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/util/api/confluence_clients.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ def get_system_info_page(self):
220220
self.session.post(url=tsv_auth_url, json=tsv_login_body)
221221

222222
system_info_html = self.session.post(url=auth_url, data=auth_body, headers={'X-Atlassian-Token': 'no-check'}, verify=self.verify)
223-
print(system_info_html.content.decode("utf-8"))
224223
return system_info_html.content.decode("utf-8")
225224

226225
def get_deployment_type(self):

0 commit comments

Comments
 (0)