mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Remove debugging artifacts
This commit is contained in:
parent
ac8790b694
commit
b7f074e492
2 changed files with 1 additions and 3 deletions
|
|
@ -156,7 +156,6 @@ module VagrantPlugins
|
|||
v if value.class.ancestors.include?(k)
|
||||
end&.last
|
||||
end
|
||||
#to = REVERSE_MAPS[value.class] if to.nil?
|
||||
|
||||
# If the value given is the desired type, just return the value
|
||||
return value if value != GENERATE && !to.nil? && value.is_a?(to)
|
||||
|
|
|
|||
|
|
@ -192,9 +192,8 @@ module VagrantPlugins
|
|||
return mapper.map(machine_state, to: SDK::Args::Target::Machine::State)
|
||||
end
|
||||
end
|
||||
require 'pp'
|
||||
|
||||
def action_raw(machine, name, callable, extra_env={})
|
||||
logger.debug("calling action named #{name} with defined env: #{extra_env.pretty_inspect}")
|
||||
if !extra_env.is_a?(Hash)
|
||||
extra_env = {}
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue