]> git.lyx.org Git - features.git/commitdiff
remove debug code.
authorAbdelrazak Younes <younes@lyx.org>
Sun, 21 Sep 2008 21:47:47 +0000 (21:47 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 21 Sep 2008 21:47:47 +0000 (21:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26485 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiApplication.cpp

index d19f0a2083367e3c6538d3cd4f592fb90a14ff81..ff2028fcb960b687492fb26d17c4c7adec41a9fa 100644 (file)
@@ -1469,10 +1469,6 @@ bool GuiApplication::readUIFile(QString const & name, bool include)
                QFileInfo fi(uifiles[i]);
                QDateTime const date_value = fi.lastModified();
                QString const name_key = QString::number(i);
-               qDebug() << "File read " << i << " " << uifiles[i] << " " << date_value.toString("hh:mm:ss.zzz");
-               qDebug() << "File saved " << name_key << " " << settings.value(name_key).toString()
-                       << " " << settings.value(name_key + "/date").toDateTime().toString("hh:mm:ss.zzz");
-       
                if (!settings.contains(name_key)
                 || settings.value(name_key).toString() != uifiles[i]
                 || settings.value(name_key + "/date").toDateTime() != date_value) {