aboutsummaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/paths.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stdlib/paths.c b/stdlib/paths.c
index 35eb5c60..a0195609 100644
--- a/stdlib/paths.c
+++ b/stdlib/paths.c
@@ -150,7 +150,6 @@ public Path_t Path$relative_to(Path_t path, Path_t relative_to)
break;
}
- printf("%ld shared!\n", shared);
for (int64_t i = shared; i < relative_to.components.length; i++)
Array$insert_value(&result.components, Text(".."), I(1), sizeof(Text_t));