Skip to content

Commit

Permalink
F #300: remove printf
Browse files Browse the repository at this point in the history
  • Loading branch information
treywelsh committed Nov 25, 2022
1 parent c682c94 commit 0889131
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opennebula/resource_opennebula_host.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ func resourceOpennebulaHostRead(ctx context.Context, d *schema.ResourceData, met

custom := d.Get("custom").(*schema.Set).List()
if len(custom) > 0 {
fmt.Printf("[INFO] custom configured, read...")

d.Set("custom", []map[string]interface{}{
{
Expand Down

0 comments on commit 0889131

Please sign in to comment.