remove print

This commit is contained in:
Yann Leboulanger 2005-11-07 16:18:10 +00:00
parent 8877d45bc5
commit fd99c19954
1 changed files with 0 additions and 1 deletions

View File

@ -1529,7 +1529,6 @@ current room topic.') % command, room_jid)
if model.iter_parent(iter):
bgcolor = gajim.config.get_per('themes', theme, 'contactbgcolor')
else: # it is root (eg. group)
print 'grp'
bgcolor = gajim.config.get_per('themes', theme, 'groupbgcolor')
if bgcolor:
renderer.set_property('cell-background', bgcolor)