Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
Signed-off-by: Future Outlier <eric901201@gmai.com>
  • Loading branch information
Future Outlier committed Dec 20, 2023
1 parent 1d9535d commit 68fd527
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flytekit/extend/backend/task_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ async def async_create(
task_template: TaskTemplate,
inputs: typing.Optional[LiteralMap] = None,
) -> CreateTaskResponse:
print("@@@ output_prefix:", output_prefix)
return await self.do(context, output_prefix, task_template, inputs)

async def do(
Expand Down

0 comments on commit 68fd527

Please sign in to comment.