remove defunct todo item

This commit is contained in:
Jake Champlin 2017-04-06 14:22:32 -04:00
parent 3433850c9c
commit e620a0de0d
No known key found for this signature in database
GPG Key ID: DC31F41958EF4AC2
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ func (c *Config) Client() (*compute.Client, error) {
config.Logger = opcLogger{}
}
// TODO: http client wrapping / log level
return compute.NewComputeClient(&config)
}