Remove print

This commit is contained in:
Denis Fomin 2013-03-24 10:56:43 +04:00
parent 3b7640018b
commit eaedf24540
1 changed files with 0 additions and 1 deletions

View File

@ -720,7 +720,6 @@ class GroupchatControl(ChatControlBase):
self.draw_contact(nick)
def _change_style(self, model, path, iter_, option):
print(model, path, iter_, option)
model[iter_][C_NICK] = model[iter_][C_NICK]
def change_roster_style(self):