authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-06-25 12:42:08-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-06-29 23:50:20-07:00
log34d3bcb353ef34b3e87b12d6d3acd09110ea6d51
treeb7f28cbee783b72f622df3571270f2c3ddfee2d2
parentcd28a740b7ba366ce4f8db1a6d75dcff2bdbd606

Fetch: quiet the debug log a bit


1 files changed, 0 insertions(+), 3 deletions(-)

lib/compiler/Maker/Fetch.zig-3
......@@ -551,9 +551,6 @@ pub fn run(f: *Fetch) RunError!void {
551551 // will already have been resolved to no longer have extra ".." or
552552 // "." components.
553553 assert(job_queue.local_storage != null);
554 log.debug("checking pkg root \"{s}\" against parent package root \"{s}\"", .{
555 pkg_root.sub_path, f.remote_package_root.sub_path,
556 });
557554 assert(pkg_root.root_dir.eql(f.remote_package_root.root_dir));
558555 if (!std.mem.startsWith(u8, pkg_root.sub_path, f.remote_package_root.sub_path)) return f.fail(
559556 f.location_tok,