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

0.7.3-extended
Justin Clark-Casey (justincc) 2012-07-13 01:08:49 +01:00
parent 89efccaa71
commit 14f72a9a43
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;
}