Remove accidentally committed debug statement

This commit is contained in:
Juergen Spitzmueller 2019-03-25 08:07:07 +01:00
parent 082629d973
commit f04d7d0d7c

View File

@ -1150,7 +1150,6 @@ void BufferParams::writeFile(ostream & os, Buffer const * buf) const
: addPath(package().system_support().realPath(), "");
string const relpath =
to_utf8(makeRelPath(from_utf8(filepath), from_utf8(sysdir)));
// LYXERR0("docsys: " << docsys << ",build: " << package().build_support().realPath());
if (!prefixIs(relpath, "../") && !FileName::isAbsolute(relpath))
filepath = (prefixIs(docsys, package().build_support().realPath())) ?
addPath("/buildlyxdir", relpath)