aboutsummaryrefslogtreecommitdiff
path: root/stdlib/paths.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-16 14:05:53 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-16 14:05:53 -0400
commitfd8c961c1d345fc5f57c05b31aaf66d54a0afc44 (patch)
treede3cf84f4c76cfff5d85226e5f81bd32fa2c14a9 /stdlib/paths.c
parent283b7554905ed2b961bc72c80986929285292df7 (diff)
Remove debug print
Diffstat (limited to 'stdlib/paths.c')
-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));