Skip to content

Commit

Permalink
#52 code reveiw.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Sheirer committed Feb 19, 2023
1 parent 7fdc5ff commit 24b1536
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/io/github/dsheirer/source/tuner/Tuner.java
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,8 @@ public void setErrorMessage(String errorMessage)
@Override
public void tunerRemoved()
{
mLog.info("Tuner processing tuner removal. Stopping ...");
stop();

mLog.info("Tuner pushing tuner removal event to external listener (tuner model)");
if(mTunerErrorListener != null)
{
mTunerErrorListener.tunerRemoved();
Expand Down

0 comments on commit 24b1536

Please sign in to comment.