Removed debug changes

This commit is contained in:
Sven Heidemann 2021-10-04 09:59:20 +02:00
parent 784ba049ad
commit b18f2c4bcd

View File

@ -48,16 +48,14 @@ class ConsoleBuilder:
} }
} }
Console.write_line('Test') Console.spinner(
cls._create_file(path, ws_dict)
"""Console.spinner(
f'Creating {path}', f'Creating {path}',
cls._create_file, cls._create_file,
path, path,
ws_dict, ws_dict,
text_foreground_color=ForegroundColorEnum.green, text_foreground_color=ForegroundColorEnum.green,
spinner_foreground_color=ForegroundColorEnum.cyan spinner_foreground_color=ForegroundColorEnum.cyan
)""" )
@classmethod @classmethod
def build(cls, project_path: str, use_application_api: bool, use_startup: bool, use_service_providing: bool, def build(cls, project_path: str, use_application_api: bool, use_startup: bool, use_service_providing: bool,