Skip to content

Commit c61d2b3

Browse files
author
Arthur Gautier
committed
No debug messages
Signed-off-by: Arthur Gautier <baloo@gandi.net>
1 parent 682062e commit c61d2b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymysqlreplication/gtid.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ def encoded_length(self):
194194
len(self.intervals))
195195

196196
def encode(self):
197-
print 'encoding %r' % self
198197
buffer = b''
199198
# sid
200199
buffer += binascii.unhexlify(self.sid.replace('-', ''))

0 commit comments

Comments
 (0)