From 1309e8aa4387b506db0e33a92cfa32e65e0eb589 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 4 Nov 2020 09:56:23 -0500 Subject: [PATCH] Fix StyleCop warning --- src/Tgstation.Server.Host/Core/Application.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Tgstation.Server.Host/Core/Application.cs b/src/Tgstation.Server.Host/Core/Application.cs index 0b78c9c1bd..8656493f63 100644 --- a/src/Tgstation.Server.Host/Core/Application.cs +++ b/src/Tgstation.Server.Host/Core/Application.cs @@ -445,7 +445,6 @@ namespace Tgstation.Server.Host.Core // 404 anything that gets this far // End of request pipeline setup - var masterVersionsAttribute = MasterVersionsAttribute.Instance; logger.LogTrace("Configuration version: {0}", masterVersionsAttribute.RawConfigurationVersion); logger.LogTrace("DMAPI version: {0}", masterVersionsAttribute.RawDMApiVersion);