File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,6 @@ def _dispatch_execute(
159159
160160 ctx .file_access .put_data (ctx .execution_state .engine_dir , output_prefix , is_multipart = True )
161161 logger .info (f"Engine folder written successfully to the output prefix { output_prefix } " )
162- print ("entrypoint:" , task_def .name .split ("." )[- 1 ])
163162 if not task_def .disable_deck :
164163 _output_deck (task_def .name .split ("." )[- 1 ], ctx .user_space_params )
165164
Original file line number Diff line number Diff line change @@ -75,9 +75,6 @@ def html(self) -> str:
7575 @classmethod
7676 def persist (self ):
7777 task_name = FlyteContextManager .current_context ().user_space_params .task_id .name
78- print ("persist:" , FlyteContextManager .current_context ().user_space_params .task_id )
79- print ("persist:" , task_name )
80- print ("persist:" , task_name .split ("." )[- 1 ])
8178 new_user_params = FlyteContextManager .current_context ().user_space_params
8279 _output_deck (task_name , new_user_params )
8380
You can’t perform that action at this time.
0 commit comments