Skip to content

Commit 36c2df6

Browse files
committed
fix: remove outdated comment on set_disable_ssl
1 parent a00428e commit 36c2df6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ibmcloudant/cloudant_base_service.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ def new_set_default_headers(self, headers: Dict[str, str]):
114114

115115
_old_set_disable_ssl_verification = CloudantV1.set_disable_ssl_verification
116116

117-
# Note this is currently unused, but probably should be enabled.
118-
# To enable it we need to resolve whether CouchDbSessionAuthenticator
119-
# should ever be allowed to have a different value from the service client.
120117
def new_set_disable_ssl_verification(self, status: bool = False) -> None:
121118
_old_set_disable_ssl_verification(self, status)
122119
if isinstance(self.authenticator, CouchDbSessionAuthenticator):

0 commit comments

Comments
 (0)