Remove debugging code.

This commit is contained in:
Richard Heck 2013-03-27 20:06:56 -04:00
parent 410c716bf7
commit 62d1e762c7

View File

@ -711,7 +711,6 @@ docstring BibTeXInfo::getValueForKey(string const & oldkey, Buffer const & buf,
else if (key == "year")
ret = getYear();
}
LYXERR0(ret);
if (cleanit)
return html::cleanAttr(ret);