Skip to content

Commit

Permalink
🔥 remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdc committed Jun 15, 2024
1 parent 74a8811 commit 4973888
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pygal/graph/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,6 @@ def _make_y_title(self):
text.attrib['transform'] = "rotate(%d %f %f)" % (
-90, self._legend_at_left_width, yc)
text.text = title_line
print('legend l',self._legend_at_left_width)
print('legend r',self._legend_at_right_width)

def _make_y2_title(self):
"""Make the Y-Axis title"""
Expand Down

0 comments on commit 4973888

Please sign in to comment.