Skip to content

Commit

Permalink
removes println
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaize Kaye committed Oct 6, 2024
1 parent 4f9e816 commit ba7d408
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/generator/helpers_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,6 @@ func determineRefreshImage(serviceName, imageName string, labels map[string]stri
}
}

println(matches)

imageName = fmt.Sprintf("%v:%v", imageName, tagvalue)
}

Expand Down

0 comments on commit ba7d408

Please sign in to comment.