Skip to content

Commit

Permalink
Remove print statement (#1661)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvaneswhiffle authored Aug 13, 2024
1 parent 4b79654 commit 4f883ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fsspec/implementations/ftp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4f883ad

Please sign in to comment.