Skip to content

Commit

Permalink
Remove testing logging/vars
Browse files Browse the repository at this point in the history
  • Loading branch information
hargitayjpl committed Jul 18, 2024
1 parent 59d47fd commit c3a5b03
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lambda/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,5 @@ def main():
response = lambda_handler(test_event, test_context)
print("Lambda Response:", response)

# if __name__ == '__main__':
# main()
#
# if __name__ == "__main__":
# main()

0 comments on commit c3a5b03

Please sign in to comment.