mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Remove log statement
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user