mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +00:00
Remove log statement
This commit is contained in:
@@ -3,7 +3,6 @@ package command
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"log"
|
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/hashicorp/go-multierror"
|
"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")
|
return nil, fmt.Errorf("Failed to parse config: does not contain a root object")
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Println(fmt.Sprintf("%#v", list))
|
|
||||||
|
|
||||||
valid := []string{
|
valid := []string{
|
||||||
"token_helper",
|
"token_helper",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user