Remove log statement

This commit is contained in:
Seth Vargo
2016-03-10 17:48:34 -05:00
parent 80a28004f0
commit f801e30844

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",
}