Skip to content

Commit

Permalink
0006259: accidental logging removed
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Mar 18, 2024
1 parent 7d9ef6c commit 7e7cf9b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2296,9 +2296,6 @@ protected void updateOrCreateDatabaseTriggers(Trigger trigger, Table table,
log.warn("Trigger '{}' has a channel of '{}' not found in sym_channel table", trigger.getTriggerId(), trigger.getChannelId());
}
}
if (table.getName().equalsIgnoreCase("sym_node")) {
System.out.println("Here1");
}
trigger.setSyncOnIncomingBatch(trigger.isSyncOnIncomingBatch() && !configurationService.isMasterToMaster());
try {
boolean forceRebuildOfTriggers = false;
Expand Down

0 comments on commit 7e7cf9b

Please sign in to comment.