We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8857bce commit baf0c0dCopy full SHA for baf0c0d
elastic_datashader/elastic.py
@@ -59,7 +59,6 @@ def hosts_url_to_nodeconfig(elasticsearch_hosts: str):
59
nodeconfig.headers = nodeconfig.headers.copy()
60
nodeconfig.headers["authorization"] = elastic_transport.client_utils.basic_auth_to_header((parsed_url.username, parsed_url.password))
61
node_configs.append(nodeconfig)
62
- print(node_configs)
63
return node_configs
64
65
def verify_datashader_indices(elasticsearch_hosts: str):
0 commit comments