mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-22 05:16:41 +00:00
Shell: Avoid spamming debug output with suggestions
This commit is contained in:
committed by
Andreas Kling
parent
2a460aa369
commit
d3e735f279
@@ -1067,10 +1067,6 @@ int main(int argc, char** argv)
|
||||
suggestions[0] = String::format("%s ", suggestions[0].characters());
|
||||
}
|
||||
|
||||
dbg() << "found " << suggestions.size() << " elements";
|
||||
for (auto& el : suggestions)
|
||||
dbg() << ">>> '" << el << "'";
|
||||
|
||||
editor.suggest(token.length(), 0);
|
||||
|
||||
return suggestions;
|
||||
|
||||
Reference in New Issue
Block a user