Skip to content

Commit f0bbe54

Browse files
authored
Disable debug logging in _auth (PyMySQL#704)
Fixes PyMySQL#703
1 parent baeb4aa commit f0bbe54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymysql/_auth.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import struct
1515

1616

17-
DEBUG = True
17+
DEBUG = False
1818
SCRAMBLE_LENGTH = 20
1919
sha1_new = partial(hashlib.new, 'sha1')
2020

0 commit comments

Comments
 (0)