remove logic to get a gcp project

Signed-off-by: Shubheksha Jalan <jshubheksha@gmail.com>
This commit is contained in:
Shubheksha Jalan
2018-10-18 11:35:01 -04:00
committed by Nolan Brubaker
parent 2f6f5de80c
commit 09a9d950fc
2 changed files with 0 additions and 11 deletions
-10
View File
@@ -64,16 +64,6 @@ func (b *blockStore) Init(config map[string]string) error {
return errors.WithStack(err)
}
// validate connection
res, err := gce.Projects.Get(project).Do()
if err != nil {
return errors.WithStack(err)
}
if res == nil {
return errors.Errorf("error getting project %q", project)
}
b.gce = gce
b.project = project