Cleanup of debugging.

This commit is contained in:
Gareth J. Greenaway 2018-10-06 07:19:19 -07:00
parent dd96c130fb
commit 71e53a3021
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

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