Skip to content

Commit 05bd0ad

Browse files
author
Margaret Matocha
committed
deleted unnecessary comment
1 parent 93130c4 commit 05bd0ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_display_text/label.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ def font(self, new_font):
319319
current_anchored_position = self.anchored_position
320320
self._text = ""
321321
self._font = new_font
322-
# bounds = self._font.get_bounding_box()
323322
self.height = self._font.get_bounding_box()[1]
324323
self._update_text(str(old_text))
325324
self.anchored_position = current_anchored_position

0 commit comments

Comments
 (0)