|
|
@@ -1,7 +1,6 @@
|
|
|
package project
|
|
|
|
|
|
import (
|
|
|
- "fmt"
|
|
|
"net/http"
|
|
|
|
|
|
"connectrpc.com/connect"
|
|
|
@@ -37,7 +36,6 @@ func (p *ProjectDeleteHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
|
|
|
user, _ := ctx.Value(types.UserScope).(*models.User)
|
|
|
proj, _ := ctx.Value(types.ProjectScope).(*models.Project)
|
|
|
|
|
|
- fmt.Println("DLAKJLASJFLKJLAJS")
|
|
|
if proj.GetFeatureFlag(models.CapiProvisionerEnabled, p.Config().LaunchDarklyClient) {
|
|
|
clusters, err := p.Config().Repo.Cluster().ListClustersByProjectID(proj.ID)
|
|
|
if err != nil {
|