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,