From c478c1ded5fd1b073514bea81d6b53d35061adb9 Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 13 Nov 2017 18:16:59 -0500 Subject: remove debug msg --- editor/plugins/script_editor_plugin.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'editor') diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index a19e67417e..607ccaa4e7 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 &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 &ev) { -- cgit v1.2.3