Squash warn

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30294 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-06-28 22:12:16 +00:00
parent 0bde349a04
commit 4c15e3fb55

View File

@ -399,7 +399,7 @@ bool LaTeXFeatures::isAvailable(string const & name)
if (i != string::npos) {
string const from = name.substr(0,i);
string const to = name.substr(i+2);
LYXERR0("from=[" << from << "] to=[" << to << "]");
//LYXERR0("from=[" << from << "] to=[" << to << "]");
return theConverters().isReachable(from, to);
}