mirror of
https://github.com/godotengine/godot.git
synced 2025-10-30 13:11:13 +00:00
remove degud output
This commit is contained in:
parent
0121d96288
commit
6c9203fdaf
2 changed files with 1 additions and 3 deletions
|
|
@ -242,7 +242,7 @@ bool FindReplaceDialog::_search() {
|
|||
|
||||
|
||||
if (found) {
|
||||
print_line("found");
|
||||
// print_line("found");
|
||||
text_edit->cursor_set_line(line);
|
||||
text_edit->cursor_set_column(col+text.length());
|
||||
text_edit->select(line,col,line,col+text.length());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue