Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAneesh Dogra <lionaneesh@gmail.com>2012-12-22 16:25:19 (GMT)
committer Aneesh Dogra <lionaneesh@gmail.com>2012-12-22 16:26:08 (GMT)
commit34f220f70b4e7be0ade04fece12f64b1d34d72fc (patch)
tree85a885e9232ac5d133f34c57490192c7f08a40ec
parent20991f2168add6a05c19852bc631940116064e67 (diff)
Remove useless debug statements. Re-align.
-rw-r--r--ConstellationsFlashCards.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/ConstellationsFlashCards.py b/ConstellationsFlashCards.py
index 386d32c..847d9a8 100644
--- a/ConstellationsFlashCards.py
+++ b/ConstellationsFlashCards.py
@@ -345,9 +345,9 @@ class ChartDisplay(Gtk.DrawingArea):
color_rgb = Color(colors[0]).get_rgba()[:-1] # we don't need alpha
self.ctx.set_source_rgb(*color_rgb)
self.ctx.rectangle(self.xoffset + self.margin - 2,
- self.yoffset + self.margin - 2,
- self.diameter + 4,
- self.diameter + 4)
+ self.yoffset + self.margin - 2,
+ self.diameter + 4,
+ self.diameter + 4)
self.ctx.fill()
# Plot sky square
color_rgb = Color(colors[1]).get_rgba()[:-1] # we don't need alpha
@@ -463,7 +463,6 @@ class ChartDisplay(Gtk.DrawingArea):
else: # never skip
pass
seen[self.cnumber] = 5
- print "Picking : ", id
return id