Skip to content

Commit

Permalink
Remove debug print from tests.test_ftpfs
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jul 3, 2021
1 parent 5a67c8a commit 4feb242
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_ftpfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ def test_getinfo_modified(self):
self.fs.create("bar")
mtime_detail = self.fs.getinfo("bar", ("basic", "details")).modified
mtime_modified = self.fs.getmodified("bar")
print(mtime_detail, mtime_modified)
# Microsecond and seconds might not actually be supported by all
# FTP commands, so we strip them before comparing if it looks
# like at least one of the two values does not contain them.
Expand Down

0 comments on commit 4feb242

Please sign in to comment.