mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Don't need the additional print, it will log to the CLI
This commit is contained in:
parent
426c97282e
commit
87abfd307f
@ -46,9 +46,6 @@ def over(saltenv='base', os_fn=None):
|
|||||||
'removed in Salt Boron. Please migrate to state.orchestrate.'
|
'removed in Salt Boron. Please migrate to state.orchestrate.'
|
||||||
)
|
)
|
||||||
|
|
||||||
print('The state.over runner is on a deprecation path and will be '
|
|
||||||
'removed in Salt Boron. Please migrate to state.orchestrate.')
|
|
||||||
|
|
||||||
stage_num = 0
|
stage_num = 0
|
||||||
try:
|
try:
|
||||||
overstate = salt.overstate.OverState(__opts__, saltenv, os_fn)
|
overstate = salt.overstate.OverState(__opts__, saltenv, os_fn)
|
||||||
|
Loading…
Reference in New Issue
Block a user