Skip to content

Commit 2eb514f

Browse files
authored
fix: remove duplicate Affected columns output (julien-duponchelle#478)
1 parent 8e17fb2 commit 2eb514f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymysqlreplication/row_event.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,6 @@ def _fetch_one_row(self):
602602

603603
def _dump(self):
604604
super()._dump()
605-
print("Affected columns: %d" % self.number_of_columns)
606605
print("Values:")
607606
for row in self.rows:
608607
print("--")

0 commit comments

Comments
 (0)