diff options
author | jonyrock <ilms@live.ru> | 2014-05-07 15:42:55 +0400 |
---|---|---|
committer | jonyrock <ilms@live.ru> | 2014-05-07 15:42:55 +0400 |
commit | 6c9203fdafc3cbed2bf31d2adfa4d8f82e3e69c7 (patch) | |
tree | bebafaf37e1081447b1872df402d54f437b3e757 /tools/editor/code_editor.cpp | |
parent | 0121d96288397c32ef9e3024a5866a25f7d440c5 (diff) | |
download | redot-engine-6c9203fdafc3cbed2bf31d2adfa4d8f82e3e69c7.tar.gz |
remove degud output
Diffstat (limited to 'tools/editor/code_editor.cpp')
-rw-r--r-- | tools/editor/code_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/code_editor.cpp b/tools/editor/code_editor.cpp index 7e6a7a30b8..734bf48975 100644 --- a/tools/editor/code_editor.cpp +++ b/tools/editor/code_editor.cpp @@ -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()); |