Remove log statement

This commit is contained in:
Seth Vargo 2016-03-10 17:48:34 -05:00
parent 68170d770a
commit 30c8204da6
1 changed files with 0 additions and 3 deletions

View File

@ -3,7 +3,6 @@ package command
import (
"fmt"
"io/ioutil"
"log"
"os"
"github.com/hashicorp/go-multierror"
@ -68,8 +67,6 @@ func ParseConfig(contents string) (*Config, error) {
return nil, fmt.Errorf("Failed to parse config: does not contain a root object")
}
log.Println(fmt.Sprintf("%#v", list))
valid := []string{
"token_helper",
}