mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
Remove debugging code.
This commit is contained in:
parent
410c716bf7
commit
62d1e762c7
@ -711,7 +711,6 @@ docstring BibTeXInfo::getValueForKey(string const & oldkey, Buffer const & buf,
|
|||||||
else if (key == "year")
|
else if (key == "year")
|
||||||
ret = getYear();
|
ret = getYear();
|
||||||
}
|
}
|
||||||
LYXERR0(ret);
|
|
||||||
if (cleanit)
|
if (cleanit)
|
||||||
return html::cleanAttr(ret);
|
return html::cleanAttr(ret);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user