We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91edc51 commit fdf3225Copy full SHA for fdf3225
main.py
@@ -31,7 +31,6 @@ def __init__(self):
31
self.logger.error(error_message)
32
33
def handle(self, event):
34
- self.logger.debug('Registering that I have been called')
35
if "docs" in event["path"]:
36
with open("swagger.json", "r") as swagger_doc:
37
response = json.loads(swagger_doc.read())
0 commit comments