Skip to content

Commit

Permalink
Removes debug logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
DSheirer committed Feb 29, 2020
1 parent e1bc56c commit de249c4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ public PLLPhaseInversionDetector(FrameSync frameSync, IPhaseLockedLoop phaseLock
@Override
public void syncDetected(int bitErrors)
{
mLog.debug("PLL Phase Inversion Lock Detected: " + mFrameSync.name());
mPhaseLockedLoop.correctInversion(mPllCorrection);
}

Expand Down

0 comments on commit de249c4

Please sign in to comment.