Skip to content

Commit 91b6e18

Browse files
committed
Less verbose
Signed-off-by: Huy Do <huydhn@gmail.com>
1 parent 46a70f5 commit 91b6e18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aws/lambda/clickhouse-replicator-dynamo/lambda_function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def get_doc_for_upsert(record: Any) -> Optional[Tuple[str, str, Any]]:
176176
body = handle_workflow_job(body)
177177

178178
id = extract_dynamodb_key(record)
179-
print(f"Parsing {id}: {json.dumps(body)}")
179+
print(f"Parsing {id}")
180180
if not id:
181181
return
182182
return table, id, body

0 commit comments

Comments
 (0)