Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
gvelez17 committed May 22, 2024
1 parent a77f991 commit 429a06e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions logs-to-tsdb/kinesis-lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ def unix_to_datetime(unix_timestamp):
return datetime.fromtimestamp(unix_timestamp, tz=timezone.utc)

def handler(event, context):
pprint(event)
warn(pformat(event))
# Connect to the TimescaleDB
if DB_HOST:
# normally we should connect, in tests we do not
Expand Down

0 comments on commit 429a06e

Please sign in to comment.