]> git.lyx.org Git - lyx.git/commitdiff
Remove debugging code.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 6 Jan 2019 18:00:21 +0000 (13:00 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 6 Jan 2019 18:00:21 +0000 (13:00 -0500)
src/frontends/qt4/GuiRef.cpp

index cb6b37608fb30db2c0acf86f579eef4dd5e595b7..5d46a471c710bb980c0c062085c8f3a480d405b5 100644 (file)
@@ -147,11 +147,9 @@ void GuiRef::enableBoxes()
 {
        bool const isFormatted =
            (InsetRef::getName(typeCO->currentIndex()) == "formatted");
-       LYXERR0(InsetRef::getName(typeCO->currentIndex()));
        bool const isLabelOnly =
            (InsetRef::getName(typeCO->currentIndex()) == "labelonly");
        bool const usingRefStyle = buffer().params().use_refstyle;
-       LYXERR0(usingRefStyle);
        pluralCB->setEnabled(isFormatted && usingRefStyle);
        capsCB->setEnabled(isFormatted && usingRefStyle);
        noprefixCB->setEnabled(isLabelOnly);