From 46645a34e3f7cfc263a1f5c67d80f00dab190119 Mon Sep 17 00:00:00 2001 From: Silc Renew Date: Sat, 11 Feb 2023 20:51:57 +0900 Subject: Remove WARNING "ray: index" for debug from SkeletonEditor --- editor/plugins/skeleton_3d_editor_plugin.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'editor') diff --git a/editor/plugins/skeleton_3d_editor_plugin.cpp b/editor/plugins/skeleton_3d_editor_plugin.cpp index 7f43de3240..120cfbdefb 100644 --- a/editor/plugins/skeleton_3d_editor_plugin.cpp +++ b/editor/plugins/skeleton_3d_editor_plugin.cpp @@ -1276,8 +1276,6 @@ int Skeleton3DGizmoPlugin::subgizmos_intersect_ray(const EditorNode3DGizmo *p_gi } if (closest_idx >= 0) { - WARN_PRINT("ray:"); - WARN_PRINT(itos(closest_idx)); se->select_bone(closest_idx); return closest_idx; } -- cgit v1.2.3