Skip to content

Commit 385aed5

Browse files
authored
Update src/cli/pack_command.zig
1 parent b33c4f7 commit 385aed5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/cli/pack_command.zig

-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,6 @@ pub const PackCommand = struct {
542542

543543
const scoped_dir = root_dir.openDirZ(concat, .{ .iterate = true }) catch |err| {
544544
if (err != error.NotDir and err != error.FileNotFound) {
545-
std.debug.print("Error accessing scoped directory: {s}\n", .{concat});
546545
}
547546
continue;
548547
};

0 commit comments

Comments
 (0)