aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/ViewerSupport/SpecialUIModule.cs
diff options
context:
space:
mode:
authorDiva Canto2014-11-21 08:54:10 -0800
committerDiva Canto2014-11-21 08:54:10 -0800
commit27512f3b421e5e3b8d3d422fa1485d347926a11d (patch)
tree79691d1e57cb0409c1cd83d03f05230f545de491 /OpenSim/Region/OptionalModules/ViewerSupport/SpecialUIModule.cs
parentImproved SpecialUIModule so that it sends the floater data properly. (diff)
downloadopensim-SC_OLD-27512f3b421e5e3b8d3d422fa1485d347926a11d.zip
opensim-SC_OLD-27512f3b421e5e3b8d3d422fa1485d347926a11d.tar.gz
opensim-SC_OLD-27512f3b421e5e3b8d3d422fa1485d347926a11d.tar.bz2
opensim-SC_OLD-27512f3b421e5e3b8d3d422fa1485d347926a11d.tar.xz
Cleanup extraneous comments from viewer support modules
Diffstat (limited to '')
-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++;