aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorSean Dague2007-10-23 02:34:10 +0000
committerSean Dague2007-10-23 02:34:10 +0000
commit1c8809077e5707933c19f5c4db32994d5be55d92 (patch)
treec2bf4f0bf89e326af4726aaaf3a02c62f7325f97 /OpenSim/Region
parent* Removed plenty more untagged console messages. Everything now has shiny gro... (diff)
downloadopensim-SC_OLD-1c8809077e5707933c19f5c4db32994d5be55d92.zip
opensim-SC_OLD-1c8809077e5707933c19f5c4db32994d5be55d92.tar.gz
opensim-SC_OLD-1c8809077e5707933c19f5c4db32994d5be55d92.tar.bz2
opensim-SC_OLD-1c8809077e5707933c19f5c4db32994d5be55d92.tar.xz
remove debug line
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Environment/Modules/ChatModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/ChatModule.cs b/OpenSim/Region/Environment/Modules/ChatModule.cs
index bba335b..2fe308d 100644
--- a/OpenSim/Region/Environment/Modules/ChatModule.cs
+++ b/OpenSim/Region/Environment/Modules/ChatModule.cs
@@ -359,7 +359,7 @@ namespace OpenSim.Region.Environment.Modules
359 { 359 {
360 while ((inputLine = m_reader.ReadLine()) != null) 360 while ((inputLine = m_reader.ReadLine()) != null)
361 { 361 {
362 Console.WriteLine(inputLine); 362 // Console.WriteLine(inputLine);
363 if (inputLine.Contains(m_channel)) 363 if (inputLine.Contains(m_channel))
364 { 364 {
365 Dictionary<string, string> data = ExtractMsg(inputLine); 365 Dictionary<string, string> data = ExtractMsg(inputLine);