diff options
author | Justin Clarke Casey | 2008-12-04 21:06:25 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-12-04 21:06:25 +0000 |
commit | 5ffbba9a8ff4e0a82fa8e761cad5c3fe1c4a3842 (patch) | |
tree | d7c2337c6720300b9deb1cce5e59acf4931a4575 /OpenSim/Region/Environment/Modules/Avatar | |
parent | * Check in another patch from http://opensimulator.org/mantis/view.php?id=2710 (diff) | |
download | opensim-SC_OLD-5ffbba9a8ff4e0a82fa8e761cad5c3fe1c4a3842.zip opensim-SC_OLD-5ffbba9a8ff4e0a82fa8e761cad5c3fe1c4a3842.tar.gz opensim-SC_OLD-5ffbba9a8ff4e0a82fa8e761cad5c3fe1c4a3842.tar.bz2 opensim-SC_OLD-5ffbba9a8ff4e0a82fa8e761cad5c3fe1c4a3842.tar.xz |
* minor: Take out some of the test log output I accidentally left in a couple of commits ago
Diffstat (limited to 'OpenSim/Region/Environment/Modules/Avatar')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Avatar/Inventory/Transfer/InventoryTransferModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/Avatar/Inventory/Transfer/InventoryTransferModule.cs b/OpenSim/Region/Environment/Modules/Avatar/Inventory/Transfer/InventoryTransferModule.cs index b41c36f..4a7f336 100644 --- a/OpenSim/Region/Environment/Modules/Avatar/Inventory/Transfer/InventoryTransferModule.cs +++ b/OpenSim/Region/Environment/Modules/Avatar/Inventory/Transfer/InventoryTransferModule.cs | |||
@@ -136,7 +136,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Inventory.Transfer | |||
136 | 136 | ||
137 | if (im.dialog == (byte) InstantMessageDialog.InventoryOffered) | 137 | if (im.dialog == (byte) InstantMessageDialog.InventoryOffered) |
138 | { | 138 | { |
139 | m_log.DebugFormat("Asset type {0}", ((AssetType)im.binaryBucket[0])); | 139 | //m_log.DebugFormat("Asset type {0}", ((AssetType)im.binaryBucket[0])); |
140 | 140 | ||
141 | ScenePresence user = scene.GetScenePresence(new UUID(im.toAgentID)); | 141 | ScenePresence user = scene.GetScenePresence(new UUID(im.toAgentID)); |
142 | UUID copyID; | 142 | UUID copyID; |