mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
[DB Manager] Avoid printing HTML code in the Python console
This commit is contained in:
parent
b9898d0fa1
commit
2121644904
@ -160,5 +160,5 @@ class InfoViewer(QTextBrowser):
|
|||||||
</html>
|
</html>
|
||||||
""" % html
|
""" % html
|
||||||
|
|
||||||
print(">>>>>\n", html, "\n<<<<<<")
|
# print(">>>>>\n", html, "\n<<<<<<")
|
||||||
return QTextBrowser.setHtml(self, html)
|
return QTextBrowser.setHtml(self, html)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user