feat: simplifier le workflow de vérification des performances en supprimant des étapes inutiles

This commit is contained in:
mirage
2026-03-27 11:20:28 +01:00
parent cba93edc62
commit 57e9cd4c79
3 changed files with 1 additions and 133 deletions

View File

@@ -37,9 +37,6 @@ namespace Webzine.WebApplication.Controllers
return RedirectToAction("Index", "Accueil");
}
// Wait 4 second before redirecting to the home page to give the user a chance to see the warning message in the logs.
Thread.Sleep(4000);
// On transforme "fatal-bazooka" en "Fatal Bazooka" pour la factory
string nomPropre = System.Globalization.CultureInfo.CurrentCulture.TextInfo
.ToTitleCase(nom.Replace("-", " "));