]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibitem.cpp
remove annoying debug message
[lyx.git] / src / insets / InsetBibitem.cpp
index f65899d89d7f390af33bdef273e2aafa0a092d10..829e15a52a22d642cc05dac70249dfa209adb3e4 100644 (file)
@@ -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()) {