Remove a callstack print out I accidentally left in 2 commits ago in 9ccb578

0.7.4.1
Justin Clark-Casey (justincc) 2012-07-13 01:08:49 +01:00
parent 884d603cac
commit 2954ceccae
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid
public RegionCache(Scene s)
{
Util.PrintCallStack();
m_scene = s;
m_scene.EventManager.OnRegionUp += OnRegionUp;
}