mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Cleanup of debugging.
This commit is contained in:
parent
dd96c130fb
commit
71e53a3021
1 changed files with 0 additions and 2 deletions
|
@ -1496,8 +1496,6 @@ def user_chpass(user,
|
|||
args['unix_socket'] = 'unix_socket'
|
||||
else:
|
||||
log.error('Auth via unix_socket can be set only for host=localhost')
|
||||
log.debug('=== qry %s ===', qry)
|
||||
log.debug('=== args %s ===', args)
|
||||
try:
|
||||
result = _execute(cur, qry, args)
|
||||
except MySQLdb.OperationalError as exc:
|
||||
|
|
Loading…
Add table
Reference in a new issue