Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Sep 23, 2022
1 parent e7bede1 commit 32d6e99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rich/panel.py
Expand Up @@ -225,7 +225,6 @@ def align_text(
if title_text is None or width <= 4:
yield Segment(box.get_top([width - 2]), border_style)
else:
# title_text.align(self.title_align, width - 4, character=box.top)
title_text = align_text(
title_text,
width - 4,
Expand All @@ -251,7 +250,6 @@ def align_text(
if subtitle_text is None or width <= 4:
yield Segment(box.get_bottom([width - 2]), border_style)
else:
# subtitle_text.align(self.subtitle_align, width - 4, character=box.bottom)
subtitle_text = align_text(
subtitle_text,
width - 4,
Expand Down

0 comments on commit 32d6e99

Please sign in to comment.