diff --git a/backend/src/v2/component/launcher_v2.go b/backend/src/v2/component/launcher_v2.go index 2d9b569b898..2b5297c7b09 100644 --- a/backend/src/v2/component/launcher_v2.go +++ b/backend/src/v2/component/launcher_v2.go @@ -87,7 +87,6 @@ func NewLauncherV2(ctx context.Context, executionID int64, executorInputJSON, co if err != nil { return nil, fmt.Errorf("failed to unmarshal executor input: %w", err) } - glog.Infof("input ComponentSpec:%s\n", prettyPrint(componentSpecJSON)) component := &pipelinespec.ComponentSpec{} err = protojson.Unmarshal([]byte(componentSpecJSON), component) if err != nil {