Removed comments #139

This commit is contained in:
Sven Heidemann 2022-12-07 15:46:32 +01:00
parent 42fb88c35d
commit bb4de9439e

View File

@ -492,10 +492,10 @@ class PublisherService(PublisherABC):
Console.write_line('Running setup.py:\n')
self._run_setup()
# Console.spinner(
# 'Cleaning dist path:',
# self._clean_dist_files,
# text_foreground_color=ForegroundColorEnum.green,
# spinner_foreground_color=ForegroundColorEnum.blue
# )
Console.spinner(
'Cleaning dist path:',
self._clean_dist_files,
text_foreground_color=ForegroundColorEnum.green,
spinner_foreground_color=ForegroundColorEnum.blue
)
Console.write_line()