]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.cpp
Remove accidentally committed debug statement
[lyx.git] / src / BufferParams.cpp
index bc4a7b5da90bec90f026431502ae0aeb7aefd215..862c3ede40cbe739d54ebdef7a36fcbf3662786e 100644 (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)