From 049022717cf58140029bc531b8502f9d60a4fe8b Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Sun, 21 Jul 2013 14:08:22 -0700 Subject: [PATCH] Revert "WARNING: DON'T USE THIS COMMIT -- major spew on HG teleports." This reverts commit 40c54a718f74ccebb76beb2b535e5dc2cf5ff1b1. --- .../CoreModules/Framework/InventoryAccess/HGAssetMapper.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGAssetMapper.cs b/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGAssetMapper.cs index 974429ac6b..144895ccfc 100644 --- a/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGAssetMapper.cs +++ b/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGAssetMapper.cs @@ -283,8 +283,6 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess // and place an entry in m_assetMap m_log.Debug("[HG ASSET MAPPER]: Posting object " + assetID + " to asset server " + userAssetURL); - Util.PrintCallStack(); - AssetBase asset = m_scene.AssetService.Get(assetID.ToString()); if (asset != null) {