Revert "Brute-force debug -- mantis #5365"

This reverts commit 585473aade.
This commit is contained in:
Diva Canto
2011-02-09 08:35:36 -08:00
parent 1bba9c6300
commit 830fee145d
2 changed files with 3 additions and 20 deletions

View File

@@ -1133,11 +1133,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
private int npacksSent = 0;
private int npackNotSent = 0;
public bool EmergencyMonitoring
{
get { return m_scene.EmergencyMonitoring; }
}
private void MonitoredClientOutgoingPacketHandler(IClientAPI client)
{
nticks++;