Skip to content

Commit

Permalink
package: removed spurious logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi Lovelock authored and ColinHebert committed Nov 30, 2014
1 parent d627fba commit f5ff680
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/vagrant-aws/action/package_instance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def call(env)
# Get the config, to set the ami burn timeout
region = env[:machine].provider_config.region
region_config = env[:machine].provider_config.get_region_config(region)
env[:ui].info "Timeout: #{region_config.instance_package_timeout}"
tries = region_config.instance_package_timeout / 2

env[:ui].info("Waiting for the AMI '#{@ami_id}' to burn...")
Expand Down

0 comments on commit f5ff680

Please sign in to comment.