Skip to content

Commit

Permalink
Merge pull request #21 from wherobots/remove-redundant-logging
Browse files Browse the repository at this point in the history
fix: remove redundant logging which expose user's key
  • Loading branch information
zongsizhang authored Sep 19, 2024
2 parents 9fda892 + 4ef1438 commit 3dd7a4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wherobots-python-dbapi"
version = "0.7.4"
version = "0.7.5"
description = "Python DB-API driver for Wherobots DB"
authors = ["Maxime Petazzoni <[email protected]>"]
license = "Apache 2.0"
Expand Down
2 changes: 0 additions & 2 deletions wherobots/db/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ def connect(
elif api_key:
headers["X-API-Key"] = api_key

logging.info(headers)

host = host or DEFAULT_ENDPOINT
runtime = runtime or DEFAULT_RUNTIME
region = region or DEFAULT_REGION
Expand Down

0 comments on commit 3dd7a4c

Please sign in to comment.