Skip to content

Commit fe9d5d5

Browse files
committed
Removing testing print statement.
1 parent 8c9fc5e commit fe9d5d5

File tree

1 file changed

+1
-2
lines changed
  • stac_fastapi/elasticsearch/stac_fastapi/elasticsearch

1 file changed

+1
-2
lines changed

stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ def _es_config() -> Dict[str, Any]:
4444
headers = {**config["headers"], "x-api-key": api_key}
4545

4646
else:
47-
headers = {"x-api-key": api_key}
47+
config["headers"] = {"x-api-key": api_key}
4848

4949
config["headers"] = headers
5050

51-
print(config)
5251
return config
5352

5453

0 commit comments

Comments
 (0)