ENH: comment the asserts

jira: [none]
Change-Id: I41884dcc407b7c0c9083cd4a354a053c77d9a5ff
(cherry picked from commit a174e3f3ca40931e12cb6519bfc594a2b6217acf)
This commit is contained in:
xin.zhang
2025-08-25 17:51:39 +08:00
committed by Noisyfox
parent fedcfc4ea5
commit 9b5190ca37
2 changed files with 8 additions and 6 deletions

View File

@@ -123,8 +123,8 @@ inline bool segments_intersect(
const Slic3r::Point &ip1, const Slic3r::Point &ip2,
const Slic3r::Point &jp1, const Slic3r::Point &jp2)
{
assert(ip1 != ip2);
assert(jp1 != jp2);
//assert(ip1 != ip2);
//assert(jp1 != jp2);
auto segments_could_intersect = [](
const Slic3r::Point &ip1, const Slic3r::Point &ip2,