Skip to content

Commit

Permalink
remove spurious log
Browse files Browse the repository at this point in the history
  • Loading branch information
happycube committed Dec 21, 2020
1 parent 0dfb2fe commit ecb2b78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lddecode/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2876,8 +2876,6 @@ def decodefield(self, initphase = False):

self.rawdecode = self.demodcache.read(self.readloc_block * self.blocksize, self.numblocks * self.blocksize, self.mtf_level)

logger.debug('decoding field')

if self.rawdecode is None:
logger.info("Failed to demodulate data")
return None, None
Expand Down

0 comments on commit ecb2b78

Please sign in to comment.