diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/DataSnapshot/DataSnapshotManager.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Region/DataSnapshot/DataSnapshotManager.cs b/OpenSim/Region/DataSnapshot/DataSnapshotManager.cs index 55ef047..5233139 100644 --- a/OpenSim/Region/DataSnapshot/DataSnapshotManager.cs +++ b/OpenSim/Region/DataSnapshot/DataSnapshotManager.cs | |||
@@ -85,10 +85,7 @@ namespace OpenSim.Region.DataSnapshot | |||
85 | 85 | ||
86 | #region IRegionModule | 86 | #region IRegionModule |
87 | 87 | ||
88 | public void Close() | 88 | public void Close() {} |
89 | { | ||
90 | m_log.Info("[DATASNAPSHOT]: Close called"); | ||
91 | } | ||
92 | 89 | ||
93 | public void Initialise(Scene scene, IConfigSource config) | 90 | public void Initialise(Scene scene, IConfigSource config) |
94 | { | 91 | { |