removed debug code

This commit is contained in:
Jeena Paradies 2012-12-30 03:06:28 +01:00
parent e878cf1680
commit 3419b58e0d

View file

@ -167,7 +167,6 @@ class Controller(QtCore.QObject):
isPrivate = "true" isPrivate = "true"
func = "tentia_instance.sendNewMessage(\"{}\", \"{}\", \"{}\", {}, {}, {});".format(text, in_reply_to_status_id, in_reply_to_entity, locationObject, imageFilePath, isPrivate) func = "tentia_instance.sendNewMessage(\"{}\", \"{}\", \"{}\", {}, {}, {});".format(text, in_reply_to_status_id, in_reply_to_entity, locationObject, imageFilePath, isPrivate)
print func
self.app.timeline.evaluateJavaScript(func) self.app.timeline.evaluateJavaScript(func)
@QtCore.pyqtSlot(str, str) @QtCore.pyqtSlot(str, str)