From 853029586e321eef3dae2649cab68c6e84d85e54 Mon Sep 17 00:00:00 2001 From: nzkarit Date: Mon, 18 Sep 2017 23:16:47 +1200 Subject: [PATCH] Forgot ctrl+s --- HackRF.py | 1 - 1 file changed, 1 deletion(-) 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))