]> git.lyx.org Git - features.git/commitdiff
Disable the debug output which made exports using lyx2lyx fail
authorKornel Benko <kornel@lyx.org>
Sun, 24 Mar 2019 21:17:48 +0000 (22:17 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:20 +0000 (15:48 +0200)
src/BufferParams.cpp

index 55f69414bad0c43234399874daab2124e62a4e55..bc4a7b5da90bec90f026431502ae0aeb7aefd215 100644 (file)
@@ -1150,7 +1150,7 @@ 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());
+       // LYXERR0("docsys: " << docsys << ",build:  " << package().build_support().realPath());
        if (!prefixIs(relpath, "../") && !FileName::isAbsolute(relpath))
                filepath = (prefixIs(docsys, package().build_support().realPath())) ?
                                        addPath("/buildlyxdir", relpath)