chiark / gitweb /
rm debug
authorThomas Thurman <tthurman@gnome.org>
Tue, 18 Jan 2011 00:56:07 +0000 (19:56 -0500)
committerThomas Thurman <tthurman@gnome.org>
Tue, 18 Jan 2011 00:56:07 +0000 (19:56 -0500)
src/view.py

index 4dc512e..f925f29 100644 (file)
@@ -10,7 +10,5 @@ class CommonPrayerWindow(QMainWindow):
                self._html = QTextBrowser()
                self.setCentralWidget(self._html)
 
-               self._html.setHtml('This <i>is</i> nice.')
-
        def setHtml(self, html):
                self._html.setHtml(html)