Remove debugging line

This commit is contained in:
Nicole Thomas 2017-12-04 09:22:44 -05:00 committed by GitHub
parent 153bf45b03
commit 3b8b6f25e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: