Skip to content

Commit

Permalink
flyteorg#5085 Remove logger
Browse files Browse the repository at this point in the history
Signed-off-by: Mecoli1219 <[email protected]>
  • Loading branch information
Mecoli1219 committed May 7, 2024
1 parent 7b8bb21 commit 0c3d2c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flytepropeller/pkg/compiler/transformers/k8s/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (

// Gets the compiled subgraph if this node contains an inline-declared coreWorkflow. Otherwise nil.
func buildNodeSpec(n *core.Node, tasks []*core.CompiledTask, errs errors.CompileErrors) ([]*v1alpha1.NodeSpec, bool) {
logger.Errorf(context.Background(), "Entering Node Spec!!!!!!!!")
if n == nil {
errs.Collect(errors.NewValueRequiredErr("root", "node"))
return nil, !errs.HasErrors()
Expand Down

0 comments on commit 0c3d2c5

Please sign in to comment.