refactor: remove test role YAML configuration call from main function

This commit is contained in:
fabio 2026-03-24 20:13:33 +01:00
parent e917953d6c
commit 13a198da82
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@ import (
func main() {
loadDotEnv(".env")
config.TestRoleYAML()
seedCount := flag.Int("seed", 0, "seed N fake users at startup (0 to skip)")
flag.Parse()