From fd8c961c1d345fc5f57c05b31aaf66d54a0afc44 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 16 Mar 2025 14:05:53 -0400 Subject: [PATCH] Remove debug print --- stdlib/paths.c | 1 - 1 file changed, 1 deletion(-) diff --git a/stdlib/paths.c b/stdlib/paths.c index 35eb5c6..a019560 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));