From 201805172fe71b125391700529035835cef340a1 Mon Sep 17 00:00:00 2001 From: Dr Scofield Date: Wed, 24 Sep 2008 11:39:08 +0000 Subject: cleanups, fixing REST appearance services. --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenSim/Region/ClientStack') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 27e2e5c..f1dc20e 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -5219,7 +5219,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP } break; case PacketType.UpdateTaskInventory: - m_log.DebugFormat("[AMW] UpdateTaskInventory request"); UpdateTaskInventoryPacket updatetask = (UpdateTaskInventoryPacket)Pack; if (OnUpdateTaskInventory != null) { @@ -5286,7 +5285,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP break; case PacketType.RezScript: - m_log.DebugFormat("[AMW] RezScript"); //Console.WriteLine(Pack.ToString()); RezScriptPacket rezScriptx = (RezScriptPacket)Pack; -- cgit v1.1