Skip to content
Snippets Groups Projects
Commit fd99c199 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

remove print

parent 8877d45b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment