From d40723f0497f891ed62cfbeab2db6204ec699602 Mon Sep 17 00:00:00 2001 From: John Levon Date: Thu, 13 Feb 2003 16:35:43 +0000 Subject: [PATCH] remoev debug git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6137 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 4 ++++ src/CutAndPaste.C | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 711b061e1f..c156b070a4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2003-02-13 John Levon + + * CutAndPaste.C: remove debug + 2003-02-09 John Levon * buffer.h: diff --git a/src/CutAndPaste.C b/src/CutAndPaste.C index 0f3a66c47a..3e197f31d3 100644 --- a/src/CutAndPaste.C +++ b/src/CutAndPaste.C @@ -134,7 +134,6 @@ bool CutAndPaste::cutSelection(Paragraph * startpar, Paragraph ** endpar, if (next) { next->previous(pit->previous()); } - lyxerr << "deleting pit " << pit << endl; delete pit; } -- 2.39.2