Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
gamoutatsumi committed Nov 20, 2024
1 parent aefb386 commit 284e8aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pool-agent/cmd/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ func newAgent(ctx context.Context) (*Agent, error) {
if err != nil {
return nil, fmt.Errorf("load config: %w", err)
}
fmt.Printf("config: %+v", confmap)
ac := make(map[string]*AgentConfig, len(confmap.Config))
for version, conf := range confmap.Config {
s, err := slm.ParseAlias(conf.ImageAlias)
Expand Down

0 comments on commit 284e8aa

Please sign in to comment.