[hamster-applet] debug output



commit 54dc5b2d3a2936781c970372ca80c44220abe844
Author: Toms Bauģis <toms baugis gmail com>
Date:   Sat Jan 16 16:11:09 2010 +0000

    debug output

 hamster/widgets/facttree.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/hamster/widgets/facttree.py b/hamster/widgets/facttree.py
index 54dbaf4..ccd5ab8 100644
--- a/hamster/widgets/facttree.py
+++ b/hamster/widgets/facttree.py
@@ -439,7 +439,6 @@ class FactCellRenderer(gtk.GenericCellRenderer):
                 tag_w, tag_h = Tag.tag_size(tag, layout)
 
                 if i > 0 and cur_x + tag_w >= tag_cell_end:
-                    print "wrapping at", tag, cur_x, tag_w, tag_cell_end
                     cur_x = tag_cell_start
                     cur_y += tag_h + 4
                 cur_x += tag_w + 4
@@ -465,8 +464,6 @@ class FactCellRenderer(gtk.GenericCellRenderer):
                 y = max(duration_h, y + tag_h) + 4
                 width = cell_width
 
-            print "post", x,  y
-
             layout.set_width(width * pango.SCALE)
             label_w, label_h = layout.get_pixel_size()
 



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