diff options
| author | Ian | 2017-11-13 18:16:59 -0500 |
|---|---|---|
| committer | Ian | 2017-11-13 18:16:59 -0500 |
| commit | c478c1ded5fd1b073514bea81d6b53d35061adb9 (patch) | |
| tree | 46570cdb087c478d4f1a81007dd40d4c0f698771 /editor/plugins/script_editor_plugin.cpp | |
| parent | af6f096427c27303a8c791ea0737a34f879711ea (diff) | |
| download | godot-c478c1ded5fd1b073514bea81d6b53d35061adb9.tar.gz godot-c478c1ded5fd1b073514bea81d6b53d35061adb9.tar.zst godot-c478c1ded5fd1b073514bea81d6b53d35061adb9.zip | |
Diffstat (limited to 'editor/plugins/script_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/script_editor_plugin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index a19e67417..607ccaa4e 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -2115,8 +2115,6 @@ void ScriptEditor::_unhandled_input(const Ref<InputEvent> &p_event) { if (ED_IS_SHORTCUT("script_editor/window_move_down", p_event)) { _menu_option(WINDOW_MOVE_DOWN); } - ERR_EXPLAIN("uh: " + p_event->as_text()); - ERR_FAIL_COND(true); } void ScriptEditor::_script_list_gui_input(const Ref<InputEvent> &ev) { |
