diff options
| author | jonyrock | 2014-05-07 15:42:55 +0400 |
|---|---|---|
| committer | jonyrock | 2014-05-07 15:42:55 +0400 |
| commit | 6c9203fdafc3cbed2bf31d2adfa4d8f82e3e69c7 (patch) | |
| tree | bebafaf37e1081447b1872df402d54f437b3e757 /scene | |
| parent | 0121d96288397c32ef9e3024a5866a25f7d440c5 (diff) | |
| download | godot-6c9203fdafc3cbed2bf31d2adfa4d8f82e3e69c7.tar.gz godot-6c9203fdafc3cbed2bf31d2adfa4d8f82e3e69c7.tar.zst godot-6c9203fdafc3cbed2bf31d2adfa4d8f82e3e69c7.zip | |
remove degud output
Diffstat (limited to 'scene')
| -rw-r--r-- | scene/gui/text_edit.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/gui/text_edit.cpp b/scene/gui/text_edit.cpp index fcbef9e89..c48d8bb1d 100644 --- a/scene/gui/text_edit.cpp +++ b/scene/gui/text_edit.cpp @@ -750,7 +750,6 @@ void TextEdit::_consume_pair_symbol(CharType ch) { CharType ch_single_pair[2] = {_get_right_pair_symbol(ch), 0}; CharType ch_pair[3] = {ch, _get_right_pair_symbol(ch), 0}; - printf("Selectin if active, %d\n", is_selection_active()); if(is_selection_active()) { int new_column,new_line; @@ -1123,7 +1122,6 @@ void TextEdit::_input_event(const InputEvent& p_input_event) { if (k.scancode==KEY_SHIFT) { - print_line("accent shift and return"); accept_event(); return; } |
