aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/script_editor_plugin.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2017-11-14 07:30:18 +0100
committerGitHub2017-11-14 07:30:18 +0100
commita14f9c2dcad6468f95a318c245dbf2edeb618133 (patch)
tree9f043c65d30511e5486445e618c05b6992606d9d /editor/plugins/script_editor_plugin.cpp
parent66c1d9e48ebd5402d44125cb1c47723b17d463e8 (diff)
parentc478c1ded5fd1b073514bea81d6b53d35061adb9 (diff)
downloadgodot-a14f9c2dcad6468f95a318c245dbf2edeb618133.tar.gz
godot-a14f9c2dcad6468f95a318c245dbf2edeb618133.tar.zst
godot-a14f9c2dcad6468f95a318c245dbf2edeb618133.zip
Merge pull request #12912 from ianb96/script_debug_fix
Remove debug msg from Script Editor
Diffstat (limited to 'editor/plugins/script_editor_plugin.cpp')
-rw-r--r--editor/plugins/script_editor_plugin.cpp2
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) {