Removed FileHash

This commit is contained in:
Lucio Maranta
2019-12-18 16:00:14 +01:00
parent ca6cc4524c
commit 8ef5bed22d
+1 -1
View File
@@ -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);