Skip to content

Commit

Permalink
Merge pull request #810 from gnanaprakash-ravi/enterprise763
Browse files Browse the repository at this point in the history
Remove unnecessary msg in listener
  • Loading branch information
sonalgoyal committed Apr 7, 2024
2 parents 0e1c23c + a3447c5 commit 1c8b1c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ public class ZinggStartListener extends IEventListener {

@Override
public void listen(IEvent event) {
System.out.println("ZinggStartListener: I am listening");
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ public class ZinggStopListener extends IEventListener {

@Override
public void listen(IEvent event) {
System.out.println("ZinggStopListener: I am listening");
}
}

0 comments on commit 1c8b1c2

Please sign in to comment.