diff --git a/demo/moulinrouge/tests.py b/demo/moulinrouge/tests.py index 0c2faf5..6b95b9f 100644 --- a/demo/moulinrouge/tests.py +++ b/demo/moulinrouge/tests.py @@ -1070,7 +1070,6 @@ def get_test_routes(app): {'value': 125, 'ci': {'low': 120, 'high': 130}}, ]) chart.range = (30, 200) - # chart.range = (32, 37) return chart.render_response() return list(sorted(filter( diff --git a/pygal/graph/bar.py b/pygal/graph/bar.py index 3ba0a08..99b9c5d 100644 --- a/pygal/graph/bar.py +++ b/pygal/graph/bar.py @@ -119,8 +119,6 @@ class Bar(Graph): x_, y_, width, height = self._bar( serie, bar, x, y, i, self.zero, secondary=rescale) - print(y_) - self._confidence_interval( serie_node['overlay'], x_ + width / 2, y_, serie.values[i], metadata)