Skip to content

Commit 4f883ad

Browse files
Remove print statement (#1661)
1 parent 4b79654 commit 4f883ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fsspec/implementations/ftp.py

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ def __init__(
6565
self.port = port
6666
self.tempdir = tempdir or "/tmp"
6767
self.cred = username or "", password or "", acct or ""
68-
print(self.cred)
6968
self.timeout = timeout
7069
self.encoding = encoding
7170
if block_size is not None:

0 commit comments

Comments
 (0)