diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/EnterpriseStorage/EnterpriseStorageController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/EnterpriseStorage/EnterpriseStorageController.cs index c4b90813..1e88d519 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/EnterpriseStorage/EnterpriseStorageController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/EnterpriseStorage/EnterpriseStorageController.cs @@ -188,13 +188,6 @@ namespace WebsitePanel.EnterpriseServer if (web != null) { - var esServiceId = GetEnterpriseStorageServiceID(packageId); - - StringDictionary esSesstings = ServerController.GetServiceSettings(esServiceId); - - string usersDomain = esSesstings["UsersDomain"]; - - if (web.SiteExists(usersDomain)) return true; }