Skip to content

Commit

Permalink
remove debug log lines
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Apr 21, 2023
1 parent 41e6e30 commit 800b126
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/provisioner/crossplane_provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,7 @@ func (provisioner *CrossplaneProvisioner) CheckClusterCreated(cluster *model.Clu
return false, errors.Wrap(err, "error getting crossplane cluster ready status")
}

provisioner.logger.Warnf("Conditions: %v", resource.Status.Conditions)
provisioner.logger.Warnf("Ready: %v", ready)
// TODO: Check if cluster has been pending creation for too long

if ready == nil {
return false, nil
Expand Down

0 comments on commit 800b126

Please sign in to comment.