]> git.lyx.org Git - features.git/blobdiff - src/Buffer.cpp
Remove result_file from debug output because it is empty
[features.git] / src / Buffer.cpp
index e6f69c8244e7aa7766c08f4daa007d9f8bd2ca79..0231cb16bc802a971fe1a0ae8e137acc18cb6166 100644 (file)
@@ -3494,7 +3494,7 @@ bool Buffer::doExport(string const & target, bool put_in_tempdir) const
 bool Buffer::doExport(string const & target, bool put_in_tempdir,
        bool includeall, string & result_file) const
 {
-       LYXERR(Debug::FILES, "target=" << target << ", result_file=" << result_file);
+       LYXERR(Debug::FILES, "target=" << target);
        OutputParams runparams(&params().encoding());
        string format = target;
        string dest_filename;