From: Richard Kimberly Heck Date: Sun, 6 Jan 2019 18:00:21 +0000 (-0500) Subject: Remove debugging code. X-Git-Tag: lyx-2.4.0dev-acb2ca7b~2721 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b91e2b99986c0f957ba27eeba74b5ae0460d73bc;p=features.git Remove debugging code. --- diff --git a/src/frontends/qt4/GuiRef.cpp b/src/frontends/qt4/GuiRef.cpp index cb6b37608f..5d46a471c7 100644 --- a/src/frontends/qt4/GuiRef.cpp +++ b/src/frontends/qt4/GuiRef.cpp @@ -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);