From 34f220f70b4e7be0ade04fece12f64b1d34d72fc Mon Sep 17 00:00:00 2001 From: Aneesh Dogra Date: Sat, 22 Dec 2012 16:25:19 +0000 Subject: Remove useless debug statements. Re-align. --- 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 -- cgit v0.9.1