From bb14c11f1fe71a0dc75ca7e6051f4e49c77ddf1e Mon Sep 17 00:00:00 2001 From: Agustin Zubiaga Date: Fri, 24 Feb 2012 23:20:58 +0000 Subject: Clean log Signed-off-by: Agustin Zubiaga --- (limited to 'charts.py') diff --git a/charts.py b/charts.py index 283cdd5..5f19851 100644 --- a/charts.py +++ b/charts.py @@ -115,7 +115,6 @@ class Chart(gobject.GObject): elif self.type == "pie": self.options["legend"] = {"hide": "False"} chart = pycha.pie.PieChart(self.surface, self.options) - print sg.chart_data self.dataSet = [(data[0], [[0, data[1]]]) for data in sg.chart_data] -- cgit v0.9.1