diff options
author | Justin Clark-Casey (justincc) | 2012-05-25 02:54:37 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-05-25 02:54:37 +0100 |
commit | 9f1fc7ea8816e8a052e41b58d4cde077bc58b9e5 (patch) | |
tree | 7f95d6562f7717220e58ba05cdab80145d2f5d99 /OpenSim/Region/Framework/Scenes | |
parent | Fix bug where a failed QueryAccess to a remove region would always have the r... (diff) | |
download | opensim-SC_OLD-9f1fc7ea8816e8a052e41b58d4cde077bc58b9e5.zip opensim-SC_OLD-9f1fc7ea8816e8a052e41b58d4cde077bc58b9e5.tar.gz opensim-SC_OLD-9f1fc7ea8816e8a052e41b58d4cde077bc58b9e5.tar.bz2 opensim-SC_OLD-9f1fc7ea8816e8a052e41b58d4cde077bc58b9e5.tar.xz |
Remove a call stack debugging line accidentally left in from a few days ago at SceneObjectPartInventory.ApplyNextOwnerPermissions().
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs index d27d9e1..aaf9ffa 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs | |||
@@ -1027,8 +1027,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
1027 | 1027 | ||
1028 | public void ApplyNextOwnerPermissions() | 1028 | public void ApplyNextOwnerPermissions() |
1029 | { | 1029 | { |
1030 | Util.PrintCallStack(); | ||
1031 | |||
1032 | lock (m_items) | 1030 | lock (m_items) |
1033 | { | 1031 | { |
1034 | foreach (TaskInventoryItem item in m_items.Values) | 1032 | foreach (TaskInventoryItem item in m_items.Values) |