mirror of
https://github.com/opensim/opensim.git
synced 2026-07-02 00:15:45 +08:00
remove debug line
This commit is contained in:
@@ -359,7 +359,7 @@ namespace OpenSim.Region.Environment.Modules
|
||||
{
|
||||
while ((inputLine = m_reader.ReadLine()) != null)
|
||||
{
|
||||
Console.WriteLine(inputLine);
|
||||
// Console.WriteLine(inputLine);
|
||||
if (inputLine.Contains(m_channel))
|
||||
{
|
||||
Dictionary<string, string> data = ExtractMsg(inputLine);
|
||||
|
||||
Reference in New Issue
Block a user