mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
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:
parent
3378d0cc23
commit
508ac52ac0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user