We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c151453 commit 0e03ef0Copy full SHA for 0e03ef0
1 file changed
lightbeam/api.py
@@ -242,7 +242,6 @@ def load_swagger_docs(self):
242
swagger = response.json()
243
if '"x-Ed-Fi-isIdentity":' in response.text:
244
self.reports_identity = True
245
- print("reports identity!!")
246
247
except Exception as e:
248
self.logger.critical(f"Unable to load {endpoint_type} Swagger from API... terminating. Check API connectivity.")
0 commit comments