Skip to content

Commit 81758d5

Browse files
removed comment
1 parent d12867f commit 81758d5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/codefresh/argo_runtime.go

-4
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ func (r *argoRuntime) Create(runtimeName string) (*model.RuntimeCreationResponse
8080
return &res.Data.Runtime, nil
8181
}
8282

83-
// func GetRuntimeName(runtimeName string) string {
84-
// return runtimeName
85-
// }
86-
8783
func (r *argoRuntime) List() ([]model.Runtime, error) {
8884
jsonData := map[string]interface{}{
8985
"query": `

0 commit comments

Comments
 (0)