This commit is contained in:
2019-10-23 19:58:30 +00:00
parent 0d195fb070
commit 7516f6899d
2 changed files with 3 additions and 11 deletions

View File

@@ -102,10 +102,6 @@ namespace AyaNova
_newLog.LogDebug("BOOT: init Metrics service");
services.AddMetrics();
_newLog.LogDebug("BOOT: ensuring user and backup folders exist and are separate locations...");
FileUtil.EnsureUserAndUtilityFoldersExistAndAreNotIdentical(_hostingEnvironment.ContentRootPath);