From 982be562701b7a68bfbbe00d9499a3907128e287 Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Sun, 6 Jan 2019 13:00:21 -0500 Subject: [PATCH] Remove debugging code. (cherry picked from commit b91e2b99986c0f957ba27eeba74b5ae0460d73bc) --- src/frontends/qt4/GuiRef.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontends/qt4/GuiRef.cpp b/src/frontends/qt4/GuiRef.cpp index 9f03a2d4b3..fac8be9881 100644 --- a/src/frontends/qt4/GuiRef.cpp +++ b/src/frontends/qt4/GuiRef.cpp @@ -150,11 +150,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); -- 2.39.5