diff options
author | Diva Canto | 2014-11-21 08:54:10 -0800 |
---|---|---|
committer | Diva Canto | 2014-11-21 08:54:10 -0800 |
commit | 27512f3b421e5e3b8d3d422fa1485d347926a11d (patch) | |
tree | 79691d1e57cb0409c1cd83d03f05230f545de491 /OpenSim/Region/OptionalModules/ViewerSupport/SpecialUIModule.cs | |
parent | Improved SpecialUIModule so that it sends the floater data properly. (diff) | |
download | opensim-SC-27512f3b421e5e3b8d3d422fa1485d347926a11d.zip opensim-SC-27512f3b421e5e3b8d3d422fa1485d347926a11d.tar.gz opensim-SC-27512f3b421e5e3b8d3d422fa1485d347926a11d.tar.bz2 opensim-SC-27512f3b421e5e3b8d3d422fa1485d347926a11d.tar.xz |
Cleanup extraneous comments from viewer support modules
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/OptionalModules/ViewerSupport/SpecialUIModule.cs | 1 |
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++; |