mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
std.Build.Cache: remove debugging remnants
oops!
This commit is contained in:
parent
55bced9563
commit
dce08d9a57
@ -690,11 +690,7 @@ pub const Manifest = struct {
|
||||
const size = iter.next() orelse return error.InvalidFormat;
|
||||
const inode = iter.next() orelse return error.InvalidFormat;
|
||||
const mtime_nsec_str = iter.next() orelse return error.InvalidFormat;
|
||||
const digest_str = iter.next() orelse {
|
||||
std.debug.print("contents:\n{s}\n", .{file_contents});
|
||||
@breakpoint();
|
||||
return error.InvalidFormat;
|
||||
};
|
||||
const digest_str = iter.next() orelse return error.InvalidFormat;
|
||||
const prefix_str = iter.next() orelse return error.InvalidFormat;
|
||||
const file_path = iter.rest();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user