Skip to content

Commit

Permalink
fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashi1993 committed Dec 3, 2024
1 parent 782acc3 commit 9fdacbc
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ public class EventNotificationComponent {

@Activate
protected void activate(ComponentContext context) {
if (log.isDebugEnabled()) {
log.debug("Event Notification Service Component Activated");
}
log.debug("Event Notification Service Component Activated");

// Check if realtime event notification enabled
if (FinancialServicesConfigParser.getInstance().isRealtimeEventNotificationEnabled()) {
Expand Down

0 comments on commit 9fdacbc

Please sign in to comment.