mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Remove debug code that is not very useful as it is.
This commit is contained in:
parent
8c501308c3
commit
30338ec6b3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user