]> git.lyx.org Git - lyx.git/commitdiff
Remove debug code that is not very useful as it is.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 10 Jun 2024 18:32:47 +0000 (20:32 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 10 Jun 2024 18:33:27 +0000 (20:33 +0200)
src/insets/InsetIndex.cpp

index eb16a543ceff45ef4984135661657387bd44a7ff..4a4c036a99414e90e1c4bdd85596acada149a42c 100644 (file)
@@ -1463,10 +1463,6 @@ public:
 private:
        bool isModern()
        {
-#ifdef LYX_INSET_INDEX_DEBUG
-               std::cout << to_utf8(entry_) << std::endl;
-#endif // LYX_INSET_INDEX_DEBUG
-
                // If a modern parameter is present, this is definitely a modern index inset. Similarly, if it contains the
                // usual LaTeX symbols (!|@), then it is definitely a legacy index inset. Otherwise, if it has features of
                // neither, it is both: consider this is a modern inset, to trigger the least complex code. Mixing both types