Commit baf0b743 authored by Tijmen de Mes's avatar Tijmen de Mes

Fixed debug prints

parent f0ee5833
......@@ -908,11 +908,11 @@ class ChatWidget(base_class, ui_class):
self.chat_input.setHtml(user_text)
def _SH_ChatViewSizeChanged(self):
# print "chat view size changed"
# print("chat view size changed")
self._align_chat(scroll=True)
def _SH_ChatViewFrameContentsSizeChanged(self, size):
# print "frame contents size changed to %r (current=%r)" % (size, self.chat_view.page().mainFrame().contentsSize())
# print("frame contents size changed to %r (current=%r)" % (size, self.chat_view.page().mainFrame().contentsSize()))
self._align_chat(scroll=True)
def _SH_ChatInputTextChanged(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment