diff options
Diffstat (limited to 'OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimAssetFrontendPlugin.cs')
-rw-r--r-- | OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimAssetFrontendPlugin.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimAssetFrontendPlugin.cs b/OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimAssetFrontendPlugin.cs index ebab557..f831e24 100644 --- a/OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimAssetFrontendPlugin.cs +++ b/OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimAssetFrontendPlugin.cs | |||
@@ -34,7 +34,6 @@ using System.IO; | |||
34 | using System.Text; | 34 | using System.Text; |
35 | using System.Xml; | 35 | using System.Xml; |
36 | using System.Xml.Serialization; | 36 | using System.Xml.Serialization; |
37 | using ExtensionLoader; | ||
38 | using OpenMetaverse; | 37 | using OpenMetaverse; |
39 | using HttpServer; | 38 | using HttpServer; |
40 | using OpenSim.Framework; | 39 | using OpenSim.Framework; |
@@ -147,8 +146,6 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim | |||
147 | { | 146 | { |
148 | Metadata metadata = new Metadata(); | 147 | Metadata metadata = new Metadata(); |
149 | 148 | ||
150 | Logger.Log.Debug("Handling OpenSim asset upload"); | ||
151 | |||
152 | try | 149 | try |
153 | { | 150 | { |
154 | AssetBase asset = (AssetBase) new XmlSerializer(typeof (AssetBase)).Deserialize(request.Body); | 151 | AssetBase asset = (AssetBase) new XmlSerializer(typeof (AssetBase)).Deserialize(request.Body); |
@@ -185,7 +182,6 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim | |||
185 | response.Status = HttpStatusCode.BadRequest; | 182 | response.Status = HttpStatusCode.BadRequest; |
186 | } | 183 | } |
187 | 184 | ||
188 | Logger.Log.Debug("Finished handling OpenSim asset upload, Status: " + response.Status.ToString()); | ||
189 | return true; | 185 | return true; |
190 | } | 186 | } |
191 | } | 187 | } |