]> git.lyx.org Git - features.git/commitdiff
Squash warn
authorPavel Sanda <sanda@lyx.org>
Sun, 28 Jun 2009 22:12:16 +0000 (22:12 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 28 Jun 2009 22:12:16 +0000 (22:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30294 a592a061-630c-0410-9148-cb99ea01b6c8

src/LaTeXFeatures.cpp

index 77b20a65ab227e2f884e9026c818c9b4ef38dcea..ecb6eaa0b87f54704e0c6d639221db1c8ba5c157 100644 (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);
        }