]> git.lyx.org Git - lyx.git/commitdiff
Remove accidentally committed debug statement
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 25 Mar 2019 07:07:07 +0000 (08:07 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 25 Mar 2019 07:07:07 +0000 (08:07 +0100)
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)