Skip to content

Commit

Permalink
rm print
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Jan 3, 2025
1 parent 9654cfa commit f678b46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/prefect/filesystems.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ class LocalFileSystem(WritableFileSystem, WritableDeploymentStorage):
def cast_pathlib(cls, value: str | Path | None) -> str | None:
if value is None:
return value
print(f"\n\n\n\n{value}\n\n\n\n")
return stringify_path(value)

def _resolve_path(self, path: str, validate: bool = False) -> Path:
Expand Down

0 comments on commit f678b46

Please sign in to comment.