Skip to content

Commit 531c81d

Browse files
authored
Merge pull request #21 from FoamyGuy/remove_print
remove debug print
2 parents ca67e80 + 69e1500 commit 531c81d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

adafruit_displayio_layout/layouts/grid_layout.py

-6
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@ def _layout_cells(self):
7272
button_size_x = cell["cell_size"][0]
7373
button_size_y = cell["cell_size"][1]
7474

75-
print(
76-
"setting width to: {}".format(
77-
int(button_size_x * self._width / grid_size_x)
78-
- 2 * self.cell_padding
79-
)
80-
)
8175
if hasattr(cell["content"], "resize"):
8276
# if it has resize function
8377
cell["content"].resize(

0 commit comments

Comments
 (0)