don't print debug

This commit is contained in:
Waylon Walker 2023-01-03 21:15:38 -06:00
parent 0f6659ae73
commit a1284162c2
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -15,5 +15,4 @@ from ..creeper import main
@click.pass_context
@click.option("--debug", is_flag=True, help="start with the debug menu open")
def creeper_adventure(ctx: click.Context, debug):
print(debug)
main(debug)