From: Abdelrazak Younes Date: Sun, 21 Sep 2008 21:47:47 +0000 (+0000) Subject: remove debug code. X-Git-Tag: 1.6.10~3390 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d6936b4c5d4bb27024368f35fe8e9d0a19aa73f3;p=lyx.git remove debug code. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26485 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index d19f0a2083..ff2028fcb9 100644 --- a/src/frontends/qt4/GuiApplication.cpp +++ b/src/frontends/qt4/GuiApplication.cpp @@ -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) {