From 769334528e99df774cae86a1f18de55b22130819 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Fri, 5 May 2023 16:42:22 -0700 Subject: [PATCH] nit Signed-off-by: Kevin Su --- flytekit/remote/remote.py | 1 - 1 file changed, 1 deletion(-) diff --git a/flytekit/remote/remote.py b/flytekit/remote/remote.py index de481a2028..91189ede74 100644 --- a/flytekit/remote/remote.py +++ b/flytekit/remote/remote.py @@ -825,7 +825,6 @@ def register_script( with tempfile.TemporaryDirectory() as tmp_dir: if copy_all: - print(source_path) md5_bytes, upload_native_url = self.fast_package(pathlib.Path(source_path), False, tmp_dir) else: archive_fname = pathlib.Path(os.path.join(tmp_dir, "script_mode.tar.gz"))