Don't need the additional print, it will log to the CLI

This commit is contained in:
Colton Myers 2014-11-18 16:41:11 -07:00
parent 426c97282e
commit 87abfd307f

View File

@ -46,9 +46,6 @@ def over(saltenv='base', os_fn=None):
'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
try:
overstate = salt.overstate.OverState(__opts__, saltenv, os_fn)