Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/charts.py
diff options
context:
space:
mode:
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]