Skip to content

Commit

Permalink
feat/755 - removed unecessary printf
Browse files Browse the repository at this point in the history
Signed-off-by: rjtch <[email protected]>
  • Loading branch information
rjtch committed Oct 20, 2023
1 parent c21ac9b commit b7d9891
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/kapp/cmd/appgroup/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ func (o *DeployOptions) Run() error {
return err
}

for _, v := range existingAppsInGroup {
fmt.Printf("EXISTING Projects found : %s\n", v.Name())
}

// Delete apps that no longer are present in directories
for _, app := range existingAppsInGroup {
for _, v := range updatedApps {
Expand Down

0 comments on commit b7d9891

Please sign in to comment.