From b18f2c4bcd90582022eebb6fa17bf4bddc045924 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Mon, 4 Oct 2021 09:59:20 +0200 Subject: [PATCH] Removed debug changes --- src/cpl_cli/source_creator/console_builder.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/cpl_cli/source_creator/console_builder.py b/src/cpl_cli/source_creator/console_builder.py index cdde30f3..b6e3a91c 100644 --- a/src/cpl_cli/source_creator/console_builder.py +++ b/src/cpl_cli/source_creator/console_builder.py @@ -48,16 +48,14 @@ class ConsoleBuilder: } } - Console.write_line('Test') - cls._create_file(path, ws_dict) - """Console.spinner( + Console.spinner( f'Creating {path}', cls._create_file, path, ws_dict, text_foreground_color=ForegroundColorEnum.green, spinner_foreground_color=ForegroundColorEnum.cyan - )""" + ) @classmethod def build(cls, project_path: str, use_application_api: bool, use_startup: bool, use_service_providing: bool,