mirror of
https://github.com/craigerl/aprsd.git
synced 2025-06-15 12:52:26 -04:00
Removed some verbose output from KISS
This removes some overly verbose output from the KISS driver.
This commit is contained in:
parent
1f65bbe13a
commit
c1319c3ab8
@ -86,10 +86,8 @@ class KISS3Client:
|
||||
LOG.exception(ex)
|
||||
|
||||
def consumer(self, callback):
|
||||
LOG.debug('Start blocking KISS consumer')
|
||||
self._parse_callback = callback
|
||||
self.kiss.read(callback=self.parse_frame, min_frames=None)
|
||||
LOG.debug(f'END blocking KISS consumer {self.kiss}')
|
||||
|
||||
def send(self, packet):
|
||||
"""Send an APRS Message object."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user