previous commit: revert debugging code.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26613 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-09-29 09:06:37 +00:00
parent 3378d0cc23
commit 508ac52ac0

View File

@ -530,7 +530,7 @@ unsigned long FileName::checksum() const
LYXERR0('"' << absFilename() << "\" is a directory!");
return 0;
}
if (0)//!lyxerr.debugging(Debug::FILES))
if (!lyxerr.debugging(Debug::FILES))
return d->checksum();
QTime t;