Skip to content

Commit

Permalink
Removed println
Browse files Browse the repository at this point in the history
  • Loading branch information
janickr committed Feb 15, 2023
1 parent 0b72cc7 commit 2ca98a1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ public void execute(ResultSet rs) throws SQLException {
public void onEvent(Event event) {
if (event.getHeader().getEventType() == EventType.GTID) {
actualServerId[0] = ((GtidEventData) event.getData()).getMySqlGtid().getServerId().toString();
System.out.println("actualServerId = " + actualServerId[0]);
}
}
});
Expand Down

0 comments on commit 2ca98a1

Please sign in to comment.