fix(fix-system): 移除 GearFollower 调试日志

This commit is contained in:
2026-04-21 14:11:14 +08:00
parent 0137d54271
commit 140b8584bc
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Rendering.Universal;
using UnityEngine.VFX;
@@ -354,9 +354,6 @@ public class GearFollower : MonoBehaviour
isInTractionMode = false;
int nearestIndex = FindNearestEdgePointIndex(mousePos, out float dist);
Debug.Log($"最近边缘点索引: {nearestIndex}, 距离: {dist}");
Debug.Log($"最近边缘点位置: {edgePoints[nearestIndex]}");
Debug.Log($"当前snapDistance: {snapDistance}");
if (dist < snapDistance)
{