[hamster-applet] fogot to remove a debug message



commit 525ab9ad17df142da66cd6c1d8a2516ac734ac3e
Author: Toms Bauģis <toms baugis gmail com>
Date:   Sun Nov 29 14:55:19 2009 +0000

    fogot to remove a debug message

 hamster/graphics.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/hamster/graphics.py b/hamster/graphics.py
index 66cf9a5..f71103e 100644
--- a/hamster/graphics.py
+++ b/hamster/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]