Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Aug 19, 2023
1 parent 4fda00e commit dba6de7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions pkg/wandb/spec/release/helm/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package helm

import (
"context"
"fmt"
"os"

"github.com/go-playground/validator/v10"
Expand Down Expand Up @@ -42,10 +41,7 @@ func (c RepoRelease) Validate() error {
}

func (r RepoRelease) ToLocalRelease() (*LocalRelease, error) {
fmt.Println("===================================")
chartPath, err := r.downloadChart()
fmt.Println("ran")
fmt.Println(err)
if err != nil {
return nil, err
}
Expand All @@ -62,9 +58,6 @@ func (r RepoRelease) Apply(
scheme *runtime.Scheme,
config spec.Config,
) error {
fmt.Println("=====================================")
// fmt.Println(chartPath)
// fmt.Println(err)
local, err := r.ToLocalRelease()
if err != nil {
return err
Expand Down
1 change: 0 additions & 1 deletion pkg/wandb/spec/release/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ func Is(v spec.Validatable, data interface{}) error {
}

if err := json.Unmarshal(specBytes, v); err != nil {
fmt.Println("unmarshal error", err)
return err
}

Expand Down

0 comments on commit dba6de7

Please sign in to comment.