From: Jean-Marc Lasgouttes Date: Thu, 16 Aug 2007 12:42:56 +0000 (+0000) Subject: remove annoying debug message X-Git-Tag: 1.6.10~8839 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=7fe51efeb8add4bed09207674fd538e4f0288ac2;hp=f86fc8d88cb2191ffb95d0e483adc08eb232d815;p=lyx.git remove annoying debug message git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19605 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetBibitem.cpp b/src/insets/InsetBibitem.cpp index f65899d89d..829e15a52a 100644 --- a/src/insets/InsetBibitem.cpp +++ b/src/insets/InsetBibitem.cpp @@ -12,8 +12,6 @@ #include "InsetBibitem.h" -#include "debug.h" - #include "Biblio.h" #include "Buffer.h" #include "BufferParams.h" @@ -199,9 +197,8 @@ void InsetBibitem::fillWithBibKeys(Buffer const & buf, /// Update the counters of this inset and of its contents -void InsetBibitem::updateLabels(Buffer const &buf, ParIterator const & pit) +void InsetBibitem::updateLabels(Buffer const &buf, ParIterator const &) { - lyxerr << "update! " << to_utf8(getParam("key")) << std::endl; Counters & counters = buf.params().getTextClass().counters(); docstring const bibitem = from_ascii("bibitem"); if (counters.hasCounter(bibitem) && getParam("label").empty()) {