From: Kornel Benko Date: Sun, 24 Mar 2019 21:17:48 +0000 (+0100) Subject: Disable the debug output which made exports using lyx2lyx fail X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1ae928863f2a2264882867e267cce7860673ed09;p=features.git Disable the debug output which made exports using lyx2lyx fail --- diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index 55f69414ba..bc4a7b5da9 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -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)