Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Dec 12, 2024
1 parent 2ee6e6e commit b078e8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion argopy/stores/filesystems.py
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,6 @@ def connect(self):
try:
payload = self._login_payload.copy()
payload["password"] = "*" * len(payload["password"])
log.info("Try to log-in to '%s' page with %s" % (self._login_page, payload))
self.fs.info(self._login_page)
self._connected = True
except ErddapHTTPUnauthorized:
Expand Down

0 comments on commit b078e8e

Please sign in to comment.