]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.C
citation patch from Angus
[lyx.git] / src / paragraph.C
index 8e4f7bad4669d7e8b4cf230f63d89ddb25bd9ad9..2919ea2b7f6de58e3f0c78eadedd1ae160bb69e6 100644 (file)
@@ -731,7 +731,7 @@ void LyXParagraph::InsertInset(LyXParagraph::size_type pos,
 
 bool LyXParagraph::InsertInsetAllowed(Inset * inset)
 {
-       lyxerr << "LyXParagraph::InsertInsetAllowed" << endl;
+       //lyxerr << "LyXParagraph::InsertInsetAllowed" << endl;
        
        if (inset_owner)
                return inset_owner->InsertInsetAllowed(inset);