mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Remove result_file from debug output because it is empty
The result_file parameter is an output variable. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40042 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a7eb3c4c6e
commit
ade7e12192
@ -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(¶ms().encoding());
|
||||
string format = target;
|
||||
string dest_filename;
|
||||
|
Loading…
Reference in New Issue
Block a user