From 992410ca78b448bad66c1ab13d78c25926e43783 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Wed, 18 Oct 2023 17:02:38 -0700 Subject: [PATCH] nit Signed-off-by: Kevin Su --- flytekit/types/file/image.py | 1 - 1 file changed, 1 deletion(-) diff --git a/flytekit/types/file/image.py b/flytekit/types/file/image.py index dc1fba63b4..d24d48760e 100644 --- a/flytekit/types/file/image.py +++ b/flytekit/types/file/image.py @@ -43,7 +43,6 @@ def to_literal( local_path = ctx.file_access.get_random_local_path() + ".png" pathlib.Path(local_path).parent.mkdir(parents=True, exist_ok=True) - print(local_path) python_val.save(local_path) remote_path = ctx.file_access.get_random_remote_path(local_path)