Skip to content

Commit

Permalink
Removes debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
bomoko committed May 23, 2022
1 parent 1deb720 commit 95efaae
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/lagoon/tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,6 @@ func ExecPod(
return "", "", errors.New("No deployments found matching label: " + lagoonServiceLabel)
}

if len(deployments.Items) > 1 {
fmt.Println("!!!!MULTIPLE DEPLOYMENTS FOUND!!!")
fmt.Println(deployments.Items)
}

deployment := &deployments.Items[0]

// we want to scale the replicas here to 1, at least, before attempting the exec
Expand Down

0 comments on commit 95efaae

Please sign in to comment.