diff --git a/fsspec/implementations/ftp.py b/fsspec/implementations/ftp.py index e56edd2ba..f3471b996 100644 --- a/fsspec/implementations/ftp.py +++ b/fsspec/implementations/ftp.py @@ -65,7 +65,6 @@ def __init__( self.port = port self.tempdir = tempdir or "/tmp" self.cred = username or "", password or "", acct or "" - print(self.cred) self.timeout = timeout self.encoding = encoding if block_size is not None: