Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chuanleini committed Dec 20, 2024
1 parent 368b1c2 commit 0309688
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion daft/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ def _infer_filesystem(
FileSystem
"""
protocol = get_protocol_from_path(path)
print(f"protocol is {protocol}")
translated_kwargs: dict[str, Any]

def _set_if_not_none(kwargs: dict[str, Any], key: str, val: Any | None):
Expand Down
3 changes: 0 additions & 3 deletions daft/io/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ def __init__(
version: Optional[int] = None,
default_partition_fallback: Optional[str] = None,
):
print(
f"root_dir is {root_dir}, file_idx is {file_idx}, file_format is {file_format}, partition_values is {partition_values}"
)
resolved_path, self.fs = self.resolve_path_and_fs(root_dir, io_config=io_config)
protocol = get_protocol_from_path(root_dir)
canonicalized_protocol = canonicalize_protocol(protocol)
Expand Down

0 comments on commit 0309688

Please sign in to comment.