8000 Remove duplicated debug trace · ammogcoder/PyMySQL@88b4125 · GitHub
[go: up one dir, main page]

Skip to content

Commit 88b4125

Browse files
committed
Remove duplicated debug trace
1 parent ed5efda commit 88b4125

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymysql/connections.py

-1
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,6 @@ def _get_server_information(self):
12461246
packet = self._read_packet()
12471247
data = packet.get_all_data()
12481248

1249-
if DEBUG: dump_packet(data)
12501249
self.protocol_version = byte2int(data[i:i+1])
12511250
i += 1
12521251

0 commit comments

Comments
 (0)
0