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);