diff options
author | Melanie | 2010-09-07 01:48:00 +0100 |
---|---|---|
committer | Melanie | 2010-09-07 01:48:00 +0100 |
commit | 3284356bbae399c375f1ebc2134625adf9cb99d3 (patch) | |
tree | 2c2d058603e1ead66284e0776af8af81eddbd533 /OpenSim/Data/MySQL | |
parent | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca... (diff) | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC-3284356bbae399c375f1ebc2134625adf9cb99d3.zip opensim-SC-3284356bbae399c375f1ebc2134625adf9cb99d3.tar.gz opensim-SC-3284356bbae399c375f1ebc2134625adf9cb99d3.tar.bz2 opensim-SC-3284356bbae399c375f1ebc2134625adf9cb99d3.tar.xz |
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLLegacyRegionData.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/MySQLLegacyRegionData.cs b/OpenSim/Data/MySQL/MySQLLegacyRegionData.cs index 30253c3..a39e68d 100644 --- a/OpenSim/Data/MySQL/MySQLLegacyRegionData.cs +++ b/OpenSim/Data/MySQL/MySQLLegacyRegionData.cs | |||
@@ -247,6 +247,8 @@ namespace OpenSim.Data.MySQL | |||
247 | 247 | ||
248 | public void RemoveObject(UUID obj, UUID regionUUID) | 248 | public void RemoveObject(UUID obj, UUID regionUUID) |
249 | { | 249 | { |
250 | // m_log.DebugFormat("[REGION DB]: Deleting scene object {0} from {1} in database", obj, regionUUID); | ||
251 | |||
250 | List<UUID> uuids = new List<UUID>(); | 252 | List<UUID> uuids = new List<UUID>(); |
251 | 253 | ||
252 | // Formerly, this used to check the region UUID. | 254 | // Formerly, this used to check the region UUID. |