vcm: Remove bad log

This commit is contained in:
emanuel 2024-03-15 17:20:24 +00:00
parent 83f6acf5e7
commit 09ffbd21b0
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ static int do_paths_intersect(
}; };
if (it2s_geodesy_segments_intersect(&A, &B)) { if (it2s_geodesy_segments_intersect(&A, &B)) {
log_warn("HEY");
*index = a; *index = a;
return 1; return 1;
} }