Skip to content

Commit baf0c0d

Browse files
author
Sean Sullivan
committed
remove print
1 parent 8857bce commit baf0c0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: elastic_datashader/elastic.py

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def hosts_url_to_nodeconfig(elasticsearch_hosts: str):
5959
nodeconfig.headers = nodeconfig.headers.copy()
6060
nodeconfig.headers["authorization"] = elastic_transport.client_utils.basic_auth_to_header((parsed_url.username, parsed_url.password))
6161
node_configs.append(nodeconfig)
62-
print(node_configs)
6362
return node_configs
6463

6564
def verify_datashader_indices(elasticsearch_hosts: str):

0 commit comments

Comments
 (0)