From 87abfd307fc96ee0c091ad6f0aeb80d5187263d1 Mon Sep 17 00:00:00 2001 From: Colton Myers Date: Tue, 18 Nov 2014 16:41:11 -0700 Subject: [PATCH] Don't need the additional print, it will log to the CLI --- salt/runners/state.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/salt/runners/state.py b/salt/runners/state.py index 4519a0cf01..4518e6196a 100644 --- a/salt/runners/state.py +++ b/salt/runners/state.py @@ -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)