Mercurial > libervia-web
diff src/browser/sat_browser/chat.py @ 815:55a2cf64ffee
browser (chat): printing the history is left to quick_frontend
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 22 Dec 2015 11:37:25 +0100 |
parents | 9e1e6d5241f9 |
children | f8a7a046ff9c |
line wrap: on
line diff
--- a/src/browser/sat_browser/chat.py Sun Dec 20 20:32:09 2015 +0100 +++ b/src/browser/sat_browser/chat.py Tue Dec 22 11:37:25 2015 +0100 @@ -123,9 +123,6 @@ self.message_box.addKeyboardListener(self) self.vpanel.add(self.message_box) - if type_ == C.CHAT_ONE2ONE: - self.historyPrint(profile=self.profile) - def onWindowResized(self, width=None, height=None): ideal_height = self.content_scroll.getOffsetHeight() self.occupants_panel.setHeight("%s%s" % (ideal_height, "px"))