diff --git a/HackRF.py b/HackRF.py index 0edfe4a..c3ee1d3 100644 --- a/HackRF.py +++ b/HackRF.py @@ -20,7 +20,6 @@ class HackRF: Returns: bytearray: containing the IQ data """ - print(self.logger) self.logger.debug('Creating hackRF bytearray from the ppm stuff') signal = [] bits = numpy.unpackbits(numpy.asarray(ppm, dtype=numpy.uint8))