mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
clear out print statements
This commit is contained in:
parent
d016743c4f
commit
ffed07cb8a
1 changed files with 0 additions and 3 deletions
3
setup.py
3
setup.py
|
@ -585,9 +585,6 @@ else:
|
|||
|
||||
VER = __version__ # pylint: disable=E0602
|
||||
DESC = 'Portable, distributed, remote execution and configuration management system'
|
||||
print('XXXXXXXXXXXXXXXXX')
|
||||
print(NAME)
|
||||
print('XXXXXXXXXXXXXXXXX')
|
||||
SETUP_KWARGS = {'name': NAME,
|
||||
'version': VER,
|
||||
'description': DESC,
|
||||
|
|
Loading…
Add table
Reference in a new issue