[LyX/2.5.x] Remove a temporary error message

Koji Yokota yokota at lyx.org
Sun Feb 22 11:19:06 UTC 2026


commit 9da2b11edcf1ad5d5519cfc2250b621adbb5389e
Author: Koji Yokota <yokota at lyx.org>
Date:   Sun Feb 22 19:09:20 2026 +0900

    Remove a temporary error message
---
 src/Cursor.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/Cursor.cpp b/src/Cursor.cpp
index 5989c09586..b5daf9c860 100644
--- a/src/Cursor.cpp
+++ b/src/Cursor.cpp
@@ -2419,9 +2419,6 @@ Font Cursor::getFont() const
 
 	// on boundary, so we are really at the character before
 	pos_type pos = sl.pos();
-	// the error message below is temporary for a possible bug around pos value
-	LYXERR(Debug::DEBUG, "cursor position = " << pos << " sl address = " <<
-	       &sl << " sl empty? " << sl.empty());
 	if (pos > 0 && boundary())
 		--pos;
 


More information about the lyx-cvs mailing list