From 3d8efcecf9ab548bf9a95b8a5e73246e547f7642 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Fri, 19 Oct 2001 16:07:10 +0000 Subject: [PATCH] remove debug code git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2906 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_boxinset.C | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/mathed/math_boxinset.C b/src/mathed/math_boxinset.C index fa2a61909c..8d7642ceb1 100644 --- a/src/mathed/math_boxinset.C +++ b/src/mathed/math_boxinset.C @@ -13,16 +13,14 @@ MathBoxInset::MathBoxInset(string const & name) : MathDimInset(), name_(name), text_(new InsetText), buffer_(0) -{ - lyxerr << "creating new " << name << endl; -} +{} MathBoxInset::MathBoxInset(MathBoxInset const & m) : MathDimInset(*this), name_(m.name_), text_(0), buffer_(m.buffer_) { if (!m.buffer_) - cerr << "no buffer\n"; + lyxerr << "no buffer\n"; else text_ = static_cast(m.text_->clone(*m.buffer_, false)); } -- 2.39.2