diff options
author | Justin Clark-Casey (justincc) | 2012-07-13 01:08:49 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-07-13 01:08:49 +0100 |
commit | 2954ceccae906927932df6cedeb6c75479d0fe5c (patch) | |
tree | 69e14ffcf5dcdbcc94cf66640c9cf5addd8a7fcd /OpenSim/Region/CoreModules | |
parent | Rather than instantiating a UTF8 encoding everywhere when we want to supress ... (diff) | |
download | opensim-SC_OLD-2954ceccae906927932df6cedeb6c75479d0fe5c.zip opensim-SC_OLD-2954ceccae906927932df6cedeb6c75479d0fe5c.tar.gz opensim-SC_OLD-2954ceccae906927932df6cedeb6c75479d0fe5c.tar.bz2 opensim-SC_OLD-2954ceccae906927932df6cedeb6c75479d0fe5c.tar.xz |
Remove a callstack print out I accidentally left in 2 commits ago in 9ccb578
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/RegionCache.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/RegionCache.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/RegionCache.cs index 8d83fb6..9172536 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/RegionCache.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/RegionCache.cs | |||
@@ -55,7 +55,6 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid | |||
55 | 55 | ||
56 | public RegionCache(Scene s) | 56 | public RegionCache(Scene s) |
57 | { | 57 | { |
58 | Util.PrintCallStack(); | ||
59 | m_scene = s; | 58 | m_scene = s; |
60 | m_scene.EventManager.OnRegionUp += OnRegionUp; | 59 | m_scene.EventManager.OnRegionUp += OnRegionUp; |
61 | } | 60 | } |