Removed dev outputs
This commit is contained in:
parent
7b9765e5b1
commit
167f813bcf
@ -226,8 +226,6 @@ class NewService(CommandABC):
|
|||||||
self._help('Usage: cpl new <schematic> [options]')
|
self._help('Usage: cpl new <schematic> [options]')
|
||||||
return
|
return
|
||||||
|
|
||||||
Console.write_line(1, self._workspace)
|
|
||||||
|
|
||||||
self._command = str(args[0]).lower()
|
self._command = str(args[0]).lower()
|
||||||
if self._command == ProjectTypeEnum.console.value:
|
if self._command == ProjectTypeEnum.console.value:
|
||||||
self._console(args)
|
self._console(args)
|
||||||
|
@ -64,7 +64,6 @@ class LibraryBuilder:
|
|||||||
os.path.dirname(project_path),
|
os.path.dirname(project_path),
|
||||||
project_name_snake
|
project_name_snake
|
||||||
)
|
)
|
||||||
Console.write_line(project_path)
|
|
||||||
|
|
||||||
templates: list[TemplateFileABC] = [
|
templates: list[TemplateFileABC] = [
|
||||||
LicenseTemplate(),
|
LicenseTemplate(),
|
||||||
@ -120,7 +119,6 @@ class LibraryBuilder:
|
|||||||
spinner_foreground_color=ForegroundColorEnum.cyan
|
spinner_foreground_color=ForegroundColorEnum.cyan
|
||||||
)
|
)
|
||||||
|
|
||||||
Console.write_line(project_file_path)
|
|
||||||
Console.spinner(
|
Console.spinner(
|
||||||
f'Creating {project_file_path}',
|
f'Creating {project_file_path}',
|
||||||
cls._create_file,
|
cls._create_file,
|
||||||
|
Loading…
Reference in New Issue
Block a user