diff --git a/pyproject.toml b/pyproject.toml index b0b6068..278de6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "Apache 2.0" diff --git a/wherobots/db/driver.py b/wherobots/db/driver.py index cd23466..fd53f6d 100644 --- a/wherobots/db/driver.py +++ b/wherobots/db/driver.py @@ -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