command: remove println

This commit is contained in:
Mitchell Hashimoto 2014-07-24 08:27:44 -07:00
parent ae7db9359e
commit 1d3e28d7ee
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ func (m *Meta) contextOpts() *terraform.ContextOpts {
opts.Hooks[0] = m.uiHook()
copy(opts.Hooks[1:], m.ContextOpts.Hooks)
copy(opts.Hooks[len(m.ContextOpts.Hooks)+1:], m.extraHooks)
println(fmt.Sprintf("%#v", opts.Hooks))
if len(m.variables) > 0 {
vs := make(map[string]string)