1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

remove debug msg

This commit is contained in:
Ian
2017-11-13 18:16:59 -05:00
parent af6f096427
commit c478c1ded5

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)) { if (ED_IS_SHORTCUT("script_editor/window_move_down", p_event)) {
_menu_option(WINDOW_MOVE_DOWN); _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) { void ScriptEditor::_script_list_gui_input(const Ref<InputEvent> &ev) {