Remove unnecessary code in cli.py

This commit is contained in:
SwiftyOS
2023-12-06 14:25:38 +01:00
parent c47f81a3e0
commit 4c495ce1b0

6
cli.py
View File

@@ -244,12 +244,6 @@ def create(agent_name):
fg="green",
)
)
click.echo(
click.style(
f"🚀 If you would like to enter the arena, run './run arena enter {agent_name}'",
fg="yellow",
)
)
else:
click.echo(
click.style(