Skip to content

Commit 8bac28c

Browse files
committed
removed print calls
1 parent c545d3a commit 8bac28c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_rgb_display/ssd1331.py

Lines changed: 0 additions & 2 deletions
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)