mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -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
|
||||
|
||||
print(">>>>>\n", html, "\n<<<<<<")
|
||||
# print(">>>>>\n", html, "\n<<<<<<")
|
||||
return QTextBrowser.setHtml(self, html)
|
||||
|
Loading…
x
Reference in New Issue
Block a user