mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 23:18:34 +08:00
Remove unused variable from EstateLoaderFileSystem
This commit is contained in:
@@ -90,7 +90,6 @@ namespace OpenSim.ApplicationPlugins.LoadRegions
|
||||
|
||||
List<int> existingEstateIDs = m_application.EstateDataService.GetEstatesAll();
|
||||
|
||||
int i = 0;
|
||||
foreach (string file in iniFiles)
|
||||
{
|
||||
m_log.InfoFormat("[ESTATE LOADER FILE SYSTEM]: Loading config file {0}", file);
|
||||
@@ -165,8 +164,6 @@ namespace OpenSim.ApplicationPlugins.LoadRegions
|
||||
m_application.EstateDataService.StoreEstateSettings(estateSettings);
|
||||
|
||||
m_log.InfoFormat("[ESTATE LOADER FILE SYSTEM]: Loaded config for estate {0}", estateName);
|
||||
|
||||
i++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user