We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b79654 commit 4f883adCopy full SHA for 4f883ad
fsspec/implementations/ftp.py
@@ -65,7 +65,6 @@ def __init__(
65
self.port = port
66
self.tempdir = tempdir or "/tmp"
67
self.cred = username or "", password or "", acct or ""
68
- print(self.cred)
69
self.timeout = timeout
70
self.encoding = encoding
71
if block_size is not None:
0 commit comments