From 8ef5bed22d12627bab633c407e751fc756e4dfe2 Mon Sep 17 00:00:00 2001 From: Lucio Maranta Date: Wed, 18 Dec 2019 16:00:14 +0100 Subject: [PATCH] Removed FileHash --- Step.Config/ServerConfigController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Step.Config/ServerConfigController.cs b/Step.Config/ServerConfigController.cs index 37e1d5b8..1bc19b47 100644 --- a/Step.Config/ServerConfigController.cs +++ b/Step.Config/ServerConfigController.cs @@ -263,7 +263,7 @@ namespace Step.Config public static void ReadServerConfig() { - CalculateHash(SERVER_CONFIG_PATH); + //CalculateHash(SERVER_CONFIG_PATH); // Get server file handler XDocument xmlConfigFile = GetXmlHandlerWithValidator(SERVER_CONFIG_SCHEMA_PATH, SERVER_CONFIG_PATH);