Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/charts.py
diff options
context:
space:
mode:
authorAgustin Zubiaga <aguz@sugarlabs.org>2012-02-24 23:20:58 (GMT)
committer Agustin Zubiaga <aguz@sugarlabs.org>2012-02-24 23:20:58 (GMT)
commitbb14c11f1fe71a0dc75ca7e6051f4e49c77ddf1e (patch)
tree6f25eba8c9311c9044f8baa3ee9b5bc13a34b5df /charts.py
parent4541b7697ce70d5308efa43d5b687ab135933b00 (diff)
Clean log
Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
Diffstat (limited to 'charts.py')
-rw-r--r--charts.py1
1 files changed, 0 insertions, 1 deletions
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]