debug verbosity remove

This commit is contained in:
q
2025-09-03 14:19:41 +03:00
parent b147e24bd3
commit 1eb0decc51

View File

@@ -913,8 +913,6 @@ class World:
else:
point_keys = global_point_keys
print(point_index, seed_keys, point_keys)
xyxy = np.array([point2array(self.points[point_index][k]) for k in point_keys]).T
spline = PchipInterpolator(point_keys, xyxy, axis=1)
start_key = min(global_point_keys)
@@ -962,9 +960,6 @@ class World:
]
except Exception as e:
print(f"Interpolation error: {e}")
print(new_points)
print(point_keys)
raise (e)
def interpolate_thread_start(self):