From 1ae928863f2a2264882867e267cce7860673ed09 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Sun, 24 Mar 2019 22:17:48 +0100 Subject: [PATCH] Disable the debug output which made exports using lyx2lyx fail --- src/BufferParams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5