Skip to content

Commit 4feb242

Browse files
committed
Remove debug print from tests.test_ftpfs
1 parent 5a67c8a commit 4feb242

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_ftpfs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ def test_getinfo_modified(self):
266266
self.fs.create("bar")
267267
mtime_detail = self.fs.getinfo("bar", ("basic", "details")).modified
268268
mtime_modified = self.fs.getmodified("bar")
269-
print(mtime_detail, mtime_modified)
270269
# Microsecond and seconds might not actually be supported by all
271270
# FTP commands, so we strip them before comparing if it looks
272271
# like at least one of the two values does not contain them.

0 commit comments

Comments
 (0)