Skip to content

Commit e2b11ca

Browse files
committed
remove prints
1 parent ff8f828 commit e2b11ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/hopsworks_common/client/external.py

-3
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ def __init__(
7676
self._verify = self._get_verify(hostname_verification, trust_store_path)
7777
self._hostname_verification = hostname_verification
7878
self._hopsworks_ca_trust_store_path = trust_store_path
79-
print(self._verify)
80-
print(hostname_verification)
81-
print(trust_store_path)
8279

8380
self._cert_key = None
8481
self._cert_folder_base = cert_folder

0 commit comments

Comments
 (0)