Remove debug print
This commit is contained in:
parent
283b755490
commit
fd8c961c1d
@ -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));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user