Skip to content

Commit

Permalink
[DB Manager] Avoid printing HTML code in the Python console
Browse files Browse the repository at this point in the history
  • Loading branch information
agiudiceandrea authored Apr 20, 2024
1 parent 9d6faf3 commit aed1c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/db_manager/info_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,5 @@ def setHtml(self, html):
</html>
""" % html

print(">>>>>\n", html, "\n<<<<<<")
# print(">>>>>\n", html, "\n<<<<<<")
return QTextBrowser.setHtml(self, html)

0 comments on commit aed1c63

Please sign in to comment.