Skip to content

Commit

Permalink
Pulled leftover test code out.
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-raney-physiq committed Sep 23, 2017
1 parent f01db0a commit 98b4ac3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/vagrant-google/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,6 @@ def finalize! # rubocop:disable Metrics/CyclomaticComplexity, Metrics/PerceivedC
@google_project_id = ENV['GOOGLE_PROJECT_ID'] if @google_project_id == UNSET_VALUE

# Image must be nil, since we can't default that
if (@image == UNSET_VALUE) && (@image_family == UNSET_VALUE)
@image = "debian-8-jessie-v20160511"
end

if @image == UNSET_VALUE
if @image_family == UNSET_VALUE
@image = "debian-8-jessie-v20160511"
Expand Down

0 comments on commit 98b4ac3

Please sign in to comment.