Skip to content

Commit

Permalink
core: ci skip: cleanup logs
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Sep 22, 2024
1 parent 04c26e4 commit 32f2f38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/zgroup.zig
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ pub fn Fleet(UserData: type) type {
/// expected to be long-running. Some areas will utilize an arena allocator
/// based on the input allocator when it's appropriate.
pub fn init(allocator: std.mem.Allocator, config: *const Config) !Self {
log.debug("init: {s}:{d}", .{ config.ip, config.port });
return Self{
.allocator = allocator,
.name = if (config.name.len > 8) config.name[0..8] else config.name,
Expand Down

0 comments on commit 32f2f38

Please sign in to comment.