Skip to content

Commit 5ee3680

Browse files
committed
Fixed pre-commit.
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent b21bdfe commit 5ee3680

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

taskiq_pipelines/middleware.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,8 @@ async def post_save( # noqa: C901, WPS210, WPS212
4747
parsed_data,
4848
)
4949
except ValueError as err:
50-
print(err)
5150
logger.warn("Cannot parse pipline_data: %s", err, exc_info=True)
5251
return
53-
print("PARSED STEPS")
5452
if current_step_num + 1 >= len(steps_data):
5553
logger.debug("Pipeline is completed.")
5654
return

0 commit comments

Comments
 (0)