remove debug line

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5850 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-12-18 03:29:47 +00:00
parent 0694c27764
commit 0cee971fe1

View File

@ -117,7 +117,6 @@ void QSpellchecker::partialUpdate(int id)
case 2:
dialog_->spellcheckPB->setEnabled(true);
hide();
lyxerr << controller().getMessage() << endl;
QMessageBox::information(0, qt_("Spellcheck complete"),
toqstr(controller().getMessage()),
qt_("OK"));