Remove debug code that is not very useful as it is.

This commit is contained in:
Jean-Marc Lasgouttes 2024-06-10 20:32:47 +02:00
parent 8c501308c3
commit 30338ec6b3

View 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