refactor: remove test role YAML configuration call from main function
This commit is contained in:
parent
e917953d6c
commit
13a198da82
|
|
@ -33,8 +33,6 @@ import (
|
||||||
func main() {
|
func main() {
|
||||||
loadDotEnv(".env")
|
loadDotEnv(".env")
|
||||||
|
|
||||||
config.TestRoleYAML()
|
|
||||||
|
|
||||||
seedCount := flag.Int("seed", 0, "seed N fake users at startup (0 to skip)")
|
seedCount := flag.Int("seed", 0, "seed N fake users at startup (0 to skip)")
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue