Forgot ctrl+s

This commit is contained in:
nzkarit 2017-09-18 23:16:47 +12:00
parent 85b91a0719
commit 853029586e

View File

@ -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))