Remove some test code that accidentally crept in with 9d2e1c67

0.7.3-extended
Justin Clark-Casey (justincc) 2012-05-01 23:25:30 +01:00
parent 3393babb7d
commit 880358f46b
1 changed files with 0 additions and 3 deletions

View File

@ -508,9 +508,6 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
}
else
{
ICapabilitiesModule capModule = sp.Scene.CapsModule;
ulong regionHandle = reg.RegionHandle;
capModule.GetChildSeed(UUID.Zero, regionHandle);
agentCircuit.CapsPath = sp.Scene.CapsModule.GetChildSeed(sp.UUID, reg.RegionHandle);
capsPath = finalDestination.ServerURI + CapsUtil.GetCapsSeedPath(agentCircuit.CapsPath);
}