removed development cli script

This commit is contained in:
Hazel Noack
2025-07-29 12:38:08 +02:00
parent 3a7b46219e
commit 05f7003ea8
2 changed files with 0 additions and 9 deletions

View File

@@ -31,14 +31,6 @@ def config_logging(verbose: bool):
logging.getLogger().setLevel(logging.DEBUG)
mommy_logger.setLevel(50)
serious_logger.setLevel(logging.DEBUG)
def development():
s = "positive"
if len(sys.argv) > 1:
s = sys.argv[1]
compile_config()
WRAPPER_TEMPLATE = """#!{inner_bin}