diff --git a/BeWoPlanerMobil/Controllers/MainController.cs b/BeWoPlanerMobil/Controllers/MainController.cs index 30e32a42b..5fad25037 100644 --- a/BeWoPlanerMobil/Controllers/MainController.cs +++ b/BeWoPlanerMobil/Controllers/MainController.cs @@ -3600,11 +3600,11 @@ namespace BeWoPlanerMobil.Controllers [Authorize] public ActionResult RedirectToDevExpressScheduler() { - #if DEBUG + //#if DEBUG return RedirectToActionPermanent("DevExpressScheduler", "DevExpressScheduler"); - #endif + //#endif - return RedirectToMain(); + //return RedirectToMain(); } ///