aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/ViewerSupport/SpecialUIModule.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/OptionalModules/ViewerSupport/SpecialUIModule.cs')
-rw-r--r--OpenSim/Region/OptionalModules/ViewerSupport/SpecialUIModule.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/ViewerSupport/SpecialUIModule.cs b/OpenSim/Region/OptionalModules/ViewerSupport/SpecialUIModule.cs
index 51f60bb..3fe922d 100644
--- a/OpenSim/Region/OptionalModules/ViewerSupport/SpecialUIModule.cs
+++ b/OpenSim/Region/OptionalModules/ViewerSupport/SpecialUIModule.cs
@@ -146,7 +146,6 @@ namespace OpenSim.Region.OptionalModules.ViewerSupport
146 using (StreamReader s = new StreamReader(name)) 146 using (StreamReader s = new StreamReader(name))
147 { 147 {
148 string simple_name = Path.GetFileNameWithoutExtension(name); 148 string simple_name = Path.GetFileNameWithoutExtension(name);
149 m_log.DebugFormat("[XXX]: Reading {0} ({1})", name, simple_name);
150 OSDMap floater = new OSDMap(); 149 OSDMap floater = new OSDMap();
151 floaters[simple_name] = OSDMap.FromString(s.ReadToEnd()); 150 floaters[simple_name] = OSDMap.FromString(s.ReadToEnd());
152 n++; 151 n++;