Remove a callstack print out I accidentally left in 2 commits ago in 9ccb578
parent
89efccaa71
commit
14f72a9a43
|
@ -55,7 +55,6 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid
|
|||
|
||||
public RegionCache(Scene s)
|
||||
{
|
||||
Util.PrintCallStack();
|
||||
m_scene = s;
|
||||
m_scene.EventManager.OnRegionUp += OnRegionUp;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue