Skip to content

Commit ec423f3

Browse files
authored
Merge pull request #126 from simonldwg/ssd1331-remove-prints
SSD1331: removed print calls
2 parents c545d3a + 8bac28c commit ec423f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_rgb_display/ssd1331.py

-2
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,5 @@ def write(
149149
with self.spi_device as spi:
150150
if command is not None:
151151
spi.write(bytearray([command]))
152-
print(bytearray([command]))
153152
if data is not None:
154153
spi.write(data)
155-
print(data)

0 commit comments

Comments
 (0)