Skip to content

Commit 24bc9dc

Browse files
committed
fix unused fmt.Sprintf
1 parent b80b208 commit 24bc9dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ovh/resource_cloud_project_kube_oidc.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ func resourceCloudProjectKubeOIDC() *schema.Resource {
9191
func resourceCloudProjectKubeOIDCImportState(d *schema.ResourceData, meta interface{}) ([]*schema.ResourceData, error) {
9292
givenId := d.Id()
9393
log.Printf("[DEBUG] Importing cloud project kube OIDC %s", givenId)
94-
fmt.Sprintf("[DEBUG] Importing cloud project kube OIDC %s", givenId)
9594

9695
splitId := strings.SplitN(givenId, "/", 3)
9796
if len(splitId) != 2 {

0 commit comments

Comments
 (0)