mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove debugging line
This commit is contained in:
parent
153bf45b03
commit
3b8b6f25e6
1 changed files with 0 additions and 1 deletions
|
@ -1611,7 +1611,6 @@ def managed(name,
|
|||
if mode is not None and salt.utils.is_windows():
|
||||
return _error(ret, 'The \'mode\' option is not supported on Windows')
|
||||
|
||||
#import pudb; pu.db
|
||||
try:
|
||||
keep_mode = mode.lower() == 'keep'
|
||||
if keep_mode:
|
||||
|
|
Loading…
Add table
Reference in a new issue