[billreminder] fogot to remove a debug message



commit 22c6680d21afc44354af25c61252d1a2db2bb54a
Author: Toms Bauģis <toms baugis gmail com>
Date:   Sun Nov 29 14:56:01 2009 +0000

    fogot to remove a debug message

 src/gui/widgets/graphics.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/widgets/graphics.py b/src/gui/widgets/graphics.py
index 1a138bd..201ced4 100644
--- a/src/gui/widgets/graphics.py
+++ b/src/gui/widgets/graphics.py
@@ -22,7 +22,6 @@ class Colors(object):
         else:
             # otherwise we assume we have color components in 0..255 range
             if color[0] > 1 or color[1] > 1 or color[2] > 1:
-                print color[0], color[1], color[2]
                 color = [c / 255.0 for c in color]
 
         return color



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]