Removed comments #139
This commit is contained in:
parent
42fb88c35d
commit
bb4de9439e
@ -492,10 +492,10 @@ class PublisherService(PublisherABC):
|
|||||||
|
|
||||||
Console.write_line('Running setup.py:\n')
|
Console.write_line('Running setup.py:\n')
|
||||||
self._run_setup()
|
self._run_setup()
|
||||||
# Console.spinner(
|
Console.spinner(
|
||||||
# 'Cleaning dist path:',
|
'Cleaning dist path:',
|
||||||
# self._clean_dist_files,
|
self._clean_dist_files,
|
||||||
# text_foreground_color=ForegroundColorEnum.green,
|
text_foreground_color=ForegroundColorEnum.green,
|
||||||
# spinner_foreground_color=ForegroundColorEnum.blue
|
spinner_foreground_color=ForegroundColorEnum.blue
|
||||||
# )
|
)
|
||||||
Console.write_line()
|
Console.write_line()
|
||||||
|
Loading…
Reference in New Issue
Block a user