Skip to content

Commit 5627d92

Browse files
author
brentru
committed
remove printing of MSB, LSB, MID when a single channel is set
1 parent 435a482 commit 5627d92

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

adafruit_tinylora/adafruit_tinylora.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,6 @@ def set_channel(self, channel):
292292
:param int channel: Transmit Channel (0 through 7).
293293
"""
294294
self._rfm_msb, self._rfm_mid, self._rfm_lsb = self._frequencies[channel]
295-
print(self._rfm_msb)
296-
print(self._rfm_mid)
297-
print(self._rfm_lsb)
298295

299296
def _read_into(self, address, buf, length=None):
300297
"""Read a number of bytes from the specified address into the

0 commit comments

Comments
 (0)