From 429a06e2b4630bb45b1a291cbe5dbc7bdf22ce91 Mon Sep 17 00:00:00 2001 From: Golda Velez Date: Wed, 22 May 2024 14:34:49 -0700 Subject: [PATCH] remove debugging --- logs-to-tsdb/kinesis-lambda.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/logs-to-tsdb/kinesis-lambda.py b/logs-to-tsdb/kinesis-lambda.py index c038f71..628f2e6 100644 --- a/logs-to-tsdb/kinesis-lambda.py +++ b/logs-to-tsdb/kinesis-lambda.py @@ -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