Browse Source

Remove WARNING "ray: index" for debug from SkeletonEditor

Silc Renew 2 years ago
parent
commit
46645a34e3
1 changed files with 0 additions and 2 deletions
  1. 0 2
      editor/plugins/skeleton_3d_editor_plugin.cpp

+ 0 - 2
editor/plugins/skeleton_3d_editor_plugin.cpp

@@ -1276,8 +1276,6 @@ int Skeleton3DGizmoPlugin::subgizmos_intersect_ray(const EditorNode3DGizmo *p_gi
 	}
 	}
 
 
 	if (closest_idx >= 0) {
 	if (closest_idx >= 0) {
-		WARN_PRINT("ray:");
-		WARN_PRINT(itos(closest_idx));
 		se->select_bone(closest_idx);
 		se->select_bone(closest_idx);
 		return closest_idx;
 		return closest_idx;
 	}
 	}