Skip to content

Commit

Permalink
refactor: remove fmt.Println used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMenoti committed Jul 11, 2024
1 parent 13cbcbd commit 7785cb0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/vulcan/vulcan.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ func checkVulcanMajor(currentVersion string, f *cmdutil.Factory, vulcan *VulcanP
if currentVersion == "" {
parts = []string{}
}
fmt.Println(parts)
fmt.Println(len(parts))

// Extract the first part and convert it to a number
if len(parts) > 0 {
Expand Down

0 comments on commit 7785cb0

Please sign in to comment.