remove asymmetric key from logs

This commit is contained in:
Pedro Pérez 2025-02-19 00:59:53 +01:00
parent e58bc93505
commit eeab4c25cb

View File

@ -104,8 +104,6 @@ func New(name, version, envDirectory string) *App {
ak = paseto.NewV4AsymmetricSecretKey()
}
slog.Info("asymmetric key", "key", ak.ExportHex())
pk := ak.Public()
duration := os.Getenv("DURATION")