[consider merging] Removed some debug nonsense

This commit is contained in:
Matthias Koefferlein 2024-02-11 13:05:37 +01:00
parent 26cb2be83e
commit da3e7ab4f7
1 changed files with 0 additions and 6 deletions

View File

@ -884,12 +884,6 @@ spline_interpolate (std::list<db::DPoint> &curve_points,
db::DPoint s1 = b_spline_point (t_start + 0.5 * dt, control_points, degree, knots, k1);
db::DPoint s2 = b_spline_point (t_start + 1.5 * dt, control_points, degree, knots, k2);
if (s1.to_string () == "-2.60657790172,-1.78843428245") {
tl::info << "@@@ BANG!";
}
if (s2.to_string () == "-2.60657790172,-1.78843428245") {
tl::info << "@@@ BANG!";
}
db::DVector p1 (s1, *current_curve_point);
db::DVector p2 (*pm, s1);