Skip to content

Commit

Permalink
Remove extra debug log line (#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
kian99 authored Jul 10, 2024
1 parent 5d366fb commit 43db402
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/jujuclient/dial.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ func (d *Dialer) Dial(ctx context.Context, ctl *dbmodel.Controller, modelTag nam
facades[fmt.Sprintf("%s\x1f%d", fv.Name, v)] = true
}
}
zapctx.Error(ctx, "facades", zap.Any("version", bestFacadeVersions))

monitorC := make(chan struct{})
broken := new(uint32)
Expand Down

0 comments on commit 43db402

Please sign in to comment.