From 1604eb29d62d7493aaf0c43fe40cd2a46da5c876 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 31 Jan 2012 07:17:51 +0900 Subject: [PATCH] fix compare answer function on osx with non-latin input --- aqt/webview.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aqt/webview.py b/aqt/webview.py index 8e96b15ae..1b32da33f 100644 --- a/aqt/webview.py +++ b/aqt/webview.py @@ -18,7 +18,6 @@ class Bridge(QObject): return unicode(self._bridge(unicode(str))) @pyqtSlot(str) def link(self, str): - print "link", str self._linkHandler(unicode(str)) def setBridge(self, func): self._bridge = func