Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
Signed-off-by: Yicheng-Lu-llll <[email protected]>
  • Loading branch information
Yicheng-Lu-llll committed Nov 6, 2023
1 parent c6d865f commit 3803e37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flyteplugins/go/tasks/plugins/k8s/ray/ray.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ func (rayJobResourceHandler) BuildResource(ctx context.Context, taskCtx pluginsC
}

cfg := GetConfig()
fmt.Println("cfg", cfg)
headReplicas := int32(1)
headNodeRayStartParams := make(map[string]string)
if rayJob.RayCluster.HeadGroupSpec != nil && rayJob.RayCluster.HeadGroupSpec.RayStartParams != nil {
Expand Down

0 comments on commit 3803e37

Please sign in to comment.