[billreminder] fogot to remove a debug message
- From: Toms Baugis <tbaugis src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [billreminder] fogot to remove a debug message
- Date: Sun, 29 Nov 2009 14:56:25 +0000 (UTC)
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]