Skip to content

Commit 0e03ef0

Browse files
author
Tom Reitz
committed
remove prints statements
1 parent c151453 commit 0e03ef0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lightbeam/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ def load_swagger_docs(self):
242242
swagger = response.json()
243243
if '"x-Ed-Fi-isIdentity":' in response.text:
244244
self.reports_identity = True
245-
print("reports identity!!")
246245

247246
except Exception as e:
248247
self.logger.critical(f"Unable to load {endpoint_type} Swagger from API... terminating. Check API connectivity.")

0 commit comments

Comments
 (0)