Remove print
This commit is contained in:
parent
3b7640018b
commit
eaedf24540
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue