mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +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!");
|
LYXERR0('"' << absFilename() << "\" is a directory!");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
if (0)//!lyxerr.debugging(Debug::FILES))
|
if (!lyxerr.debugging(Debug::FILES))
|
||||||
return d->checksum();
|
return d->checksum();
|
||||||
|
|
||||||
QTime t;
|
QTime t;
|
||||||
|
Loading…
Reference in New Issue
Block a user