Skip to content

Commit

Permalink
Remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Mar 10, 2016
1 parent 80a2800 commit f801e30
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions command/config.go
Expand Up @@ -3,7 +3,6 @@ package command
import (
"fmt"
"io/ioutil"
"log"
"os"

"github.com/hashicorp/go-multierror"
Expand Down Expand Up @@ -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",
}
Expand Down

0 comments on commit f801e30

Please sign in to comment.