Merge pull request #12912 from ianb96/script_debug_fix

Remove debug msg from Script Editor
This commit is contained in:
Rémi Verschelde 2017-11-14 07:30:18 +01:00 committed by GitHub
commit a14f9c2dca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {