From 34d3bcb353ef34b3e87b12d6d3acd09110ea6d51 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 25 Jun 2026 12:42:08 -0700 Subject: [PATCH] Fetch: quiet the debug log a bit --- lib/compiler/Maker/Fetch.zig | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/compiler/Maker/Fetch.zig b/lib/compiler/Maker/Fetch.zig index d730f724d29d44c3bc733686be80df8d73a90b70..7d89556b9be0733f4709643e8956f02695a519d6 100644 --- a/lib/compiler/Maker/Fetch.zig +++ b/lib/compiler/Maker/Fetch.zig @@ -551,9 +551,6 @@ pub fn run(f: *Fetch) RunError!void { // will already have been resolved to no longer have extra ".." or // "." components. assert(job_queue.local_storage != null); - log.debug("checking pkg root \"{s}\" against parent package root \"{s}\"", .{ - pkg_root.sub_path, f.remote_package_root.sub_path, - }); assert(pkg_root.root_dir.eql(f.remote_package_root.root_dir)); if (!std.mem.startsWith(u8, pkg_root.sub_path, f.remote_package_root.sub_path)) return f.fail( f.location_tok, -- 2.54.0