We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fda892 commit 122ff9fCopy full SHA for 122ff9f
wherobots/db/driver.py
@@ -78,8 +78,6 @@ def connect(
78
elif api_key:
79
headers["X-API-Key"] = api_key
80
81
- logging.info(headers)
82
-
83
host = host or DEFAULT_ENDPOINT
84
runtime = runtime or DEFAULT_RUNTIME
85
region = region or DEFAULT_REGION
0 commit comments