mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Amend 48d9d01a
: remove debug output
This commit is contained in:
parent
42425428f5
commit
f3862130cf
@ -1723,12 +1723,6 @@ IndexNode* buildIndexTree(vector<IndexEntry>& entries)
|
||||
// as children.
|
||||
auto* index_root = new IndexNode{{}, {}};
|
||||
for (const IndexEntry& entry : entries) {
|
||||
std::cout << "Entry: " << std::endl;
|
||||
std::cout << entry.terms().empty() << std::endl;
|
||||
std::cout << entry.terms().size() << std::endl;
|
||||
for (const docstring& d : entry.terms()) {
|
||||
std::cout << "\"" << to_utf8(d) << "\"" << std::endl;
|
||||
}
|
||||
insertIntoNode(entry, index_root);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user