remove print statement

This commit is contained in:
Jonathan Corwin 2011-04-24 20:54:48 +01:00
parent 8965e4a730
commit 81c63146f5
1 changed files with 1 additions and 2 deletions

View File

@ -190,7 +190,6 @@ class PrintServiceForm(QtGui.QDialog, Ui_PrintServiceDialog):
self._addElement(u'span', self.footerTextEdit.toPlainText(), div,
classId=u'customNotesText')
self.document.setHtml(html.tostring(html_data))
print html.tostring(html_data)
self.previewWidget.updatePreview()
def _addPreviewItem(self, body, item, index):
@ -388,4 +387,4 @@ class PrintServiceForm(QtGui.QDialog, Ui_PrintServiceDialog):
QtCore.QVariant(self.metaDataCheckBox.isChecked()))
settings.setValue(u'print notes',
QtCore.QVariant(self.notesCheckBox.isChecked()))
settings.endGroup()
settings.endGroup()