Skip to content

Commit

Permalink
removed unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
KeXiangWang committed Jan 3, 2024
1 parent eb8f986 commit ac7b6b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions e2e_test/s3/posix_fs_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ def _assert_eq(field, got, expect):
f.write(file_str)
os.fsync(f.fileno())
file_name = _posix(idx)
print(f"Wrote {file_name} to /tmp")
file_bytes = file_str.encode('utf-8')
op.write(file_name, file_bytes)

Expand All @@ -134,5 +133,4 @@ def _assert_eq(field, got, expect):
print("clean up local files in /tmp")
for idx, _ in enumerate(formatted_files):
file_name = _posix(idx)
print(f"Removed {file_name} from /tmp")
op.delete(file_name)

0 comments on commit ac7b6b7

Please sign in to comment.