From 497388819b847a0d3b7d53f3db919120fdb70364 Mon Sep 17 00:00:00 2001 From: Douglas Cerqueira Date: Sat, 15 Jun 2024 15:10:10 -0300 Subject: [PATCH] :fire: remove prints --- pygal/graph/graph.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pygal/graph/graph.py b/pygal/graph/graph.py index e954a642..f000a68d 100644 --- a/pygal/graph/graph.py +++ b/pygal/graph/graph.py @@ -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"""