From: AeonLucid Date: Thu, 22 Oct 2020 20:19:18 +0000 (+0200) Subject: Remove unnecessary if def X-Git-Tag: v1.2.2~96^2~52 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=3827b6a62786d47a54bb89fabcb903651e000c17;p=rhonda%2Fimpostor.git Remove unnecessary if def --- diff --git a/src/Impostor.Server/Program.cs b/src/Impostor.Server/Program.cs index b3f8279..9c49224 100644 --- a/src/Impostor.Server/Program.cs +++ b/src/Impostor.Server/Program.cs @@ -91,9 +91,7 @@ namespace Impostor.Server .GetSection(ServerRedirectorConfig.Section) .Get() ?? new ServerRedirectorConfig(); -#if DEBUG services.Configure(host.Configuration.GetSection(DebugConfig.Section)); -#endif services.Configure(host.Configuration.GetSection(ServerConfig.Section)); services.Configure(host.Configuration.GetSection(ServerRedirectorConfig.Section));