[LyX/master] Remove debug code

Richard Kimberly Heck rikiheck at lyx.org
Fri Jul 28 20:37:48 UTC 2023


commit aec6a764f7e5f55f7e5249166d34c7c549e5db73
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date:   Fri Jul 28 17:51:55 2023 -0400

    Remove debug code
---
 src/Counters.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Counters.cpp b/src/Counters.cpp
index 9376ef0..6f04105 100644
--- a/src/Counters.cpp
+++ b/src/Counters.cpp
@@ -118,7 +118,7 @@ bool Counter::read(Lexer & lex)
 				lex.next();
 				docstring const value = lex.getDocString();
 				ref_formats_[key] = value;
-				LYXERR0("refformat: " << key << " => " << value);
+				// LYXERR0("refformat: " << key << " => " << value);
 				break;
 			}
 			case CT_LABELSTRING:


More information about the lyx-cvs mailing list