Remove debug print

This commit is contained in:
Bruce Hill 2025-03-16 14:05:53 -04:00
parent 283b755490
commit fd8c961c1d

View File

@ -150,7 +150,6 @@ public Path_t Path$relative_to(Path_t path, Path_t relative_to)
break; break;
} }
printf("%ld shared!\n", shared);
for (int64_t i = shared; i < relative_to.components.length; i++) for (int64_t i = shared; i < relative_to.components.length; i++)
Array$insert_value(&result.components, Text(".."), I(1), sizeof(Text_t)); Array$insert_value(&result.components, Text(".."), I(1), sizeof(Text_t));