diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/InventoryAccess/HGAssetMapper.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGAssetMapper.cs b/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGAssetMapper.cs index 0ed8403..9c801be 100644 --- a/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGAssetMapper.cs +++ b/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGAssetMapper.cs | |||
@@ -338,8 +338,6 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess | |||
338 | { | 338 | { |
339 | TransformXml(reader, writer); | 339 | TransformXml(reader, writer); |
340 | 340 | ||
341 | writer.WriteEndDocument(); | ||
342 | |||
343 | // Console.WriteLine("Output: [{0}]", sw.ToString()); | 341 | // Console.WriteLine("Output: [{0}]", sw.ToString()); |
344 | 342 | ||
345 | return sw.ToString(); | 343 | return sw.ToString(); |