commit dd8d66cd7f45fae085585f6448c3a6eeab6e8dc7
Author: Koji Yokota <[email protected]>
Date: Tue Feb 10 16:40:43 2026 +0900
Remove temporary error message
---
src/Cursor.cpp | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/Cursor.cpp b/src/Cursor.cpp
index 56e0563a34..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
- LYXERR0("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