mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-22 03:37:25 +08:00
Remove duplicate Logger assignation
This commit is contained in:

committed by
Sipke Schoorstra

parent
073614ba3b
commit
152c00a090
@@ -41,8 +41,6 @@ namespace Lucene.Services {
|
|||||||
// TODO: (sebros) Find a common way to get where tenant's specific files should go. "Sites/Tenant" is hard coded in multiple places
|
// TODO: (sebros) Find a common way to get where tenant's specific files should go. "Sites/Tenant" is hard coded in multiple places
|
||||||
_basePath = _appDataFolder.Combine("Sites", shellSettings.Name, "Indexes");
|
_basePath = _appDataFolder.Combine("Sites", shellSettings.Name, "Indexes");
|
||||||
|
|
||||||
Logger = NullLogger.Instance;
|
|
||||||
|
|
||||||
// Ensures the directory exists
|
// Ensures the directory exists
|
||||||
EnsureDirectoryExists();
|
EnsureDirectoryExists();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user