don't print debug
This commit is contained in:
parent
0f6659ae73
commit
a1284162c2
1 changed files with 0 additions and 1 deletions
|
|
@ -15,5 +15,4 @@ from ..creeper import main
|
||||||
@click.pass_context
|
@click.pass_context
|
||||||
@click.option("--debug", is_flag=True, help="start with the debug menu open")
|
@click.option("--debug", is_flag=True, help="start with the debug menu open")
|
||||||
def creeper_adventure(ctx: click.Context, debug):
|
def creeper_adventure(ctx: click.Context, debug):
|
||||||
print(debug)
|
|
||||||
main(debug)
|
main(debug)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue