Skip to content

Commit

Permalink
wb | remove generator trace/debug msg when entering the workbench
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaste committed Jan 29, 2025
1 parent d26a957 commit b7382da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/workbench/service/generator.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ let
targetNodes = __mapAttrs
(name: { name, port, ...}@nodeSpec:
{ inherit name port;
ip = let ip = nodePublicIP nodeSpec; # getPublicIp resources nodes name
in __trace "generator target: ${name}/${ip}:${toString port}" ip;
# "generator target ${name}: ${ip}:${toString port}"
ip = nodePublicIP nodeSpec; # getPublicIp resources nodes name
})
(filterAttrs (_: spec: spec.isProducer) nodeSpecs);

Expand Down

0 comments on commit b7382da

Please sign in to comment.