Skip to content

Commit 27fd30c

Browse files
committed
Turn off linode client debug
1 parent bf26525 commit 27fd30c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/drivers/linode/linode.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ func (d *Driver) getClient() *linodego.Client {
102102
}
103103

104104
client.SetUserAgent(ua)
105-
client.SetDebug(true)
106105
d.client = &client
107106
}
108107
return d.client

0 commit comments

Comments
 (0)