From 13a198da827581a8ef3d36ec9787e02360004323 Mon Sep 17 00:00:00 2001 From: fabio Date: Tue, 24 Mar 2026 20:13:33 +0100 Subject: [PATCH] refactor: remove test role YAML configuration call from main function --- backend/cmd/server/main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/cmd/server/main.go b/backend/cmd/server/main.go index eabd781..c119eca 100644 --- a/backend/cmd/server/main.go +++ b/backend/cmd/server/main.go @@ -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()