Skip to content

Commit

Permalink
Remove unnecessary msg in listener
Browse files Browse the repository at this point in the history
  • Loading branch information
gnanaprakash-ravi committed Mar 20, 2024
1 parent 9520ed2 commit a3447c5
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 a3447c5

Please sign in to comment.