commit 9da2b11edcf1ad5d5519cfc2250b621adbb5389e
Author: Koji Yokota <[email protected]>
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;
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs