diff --git a/Shell/main.cpp b/Shell/main.cpp index 5662ef2e81..79628e0227 100644 --- a/Shell/main.cpp +++ b/Shell/main.cpp @@ -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;