]> git.lyx.org Git - features.git/commitdiff
Remove debug code
authorRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 28 Jul 2023 21:51:55 +0000 (17:51 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 28 Jul 2023 21:51:55 +0000 (17:51 -0400)
src/Counters.cpp

index 9376ef0aac78aa0e751757ad786e5d6a93bff917..6f04105227b25110c653ec6313c8c9c45b4d7807 100644 (file)
@@ -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: