mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Make some debug prints verbose-only, remove others
This commit is contained in:
@@ -717,7 +717,6 @@ void CodeTextEditor::_complete_request() {
|
||||
if (code_complete_func) {
|
||||
code_complete_func(code_complete_ud, ctext, &entries, forced);
|
||||
}
|
||||
// print_line("COMPLETE: "+p_request);
|
||||
if (entries.size() == 0)
|
||||
return;
|
||||
Vector<String> strs;
|
||||
|
||||
Reference in New Issue
Block a user