Skip to content

Commit

Permalink
refactor(cli): Remove extra print
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllimyt committed Jul 2, 2024
1 parent af3750f commit 532a5a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tracecat/cli/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def create(
),
):
"""Create a new workflow."""
rich.print("Creating a new workflow")

async def tasks():
result = await _create_workflow(title=title, description=description)
Expand Down

0 comments on commit 532a5a7

Please sign in to comment.