remove debug line
parent
3143768468
commit
1c8809077e
|
@ -359,7 +359,7 @@ namespace OpenSim.Region.Environment.Modules
|
||||||
{
|
{
|
||||||
while ((inputLine = m_reader.ReadLine()) != null)
|
while ((inputLine = m_reader.ReadLine()) != null)
|
||||||
{
|
{
|
||||||
Console.WriteLine(inputLine);
|
// Console.WriteLine(inputLine);
|
||||||
if (inputLine.Contains(m_channel))
|
if (inputLine.Contains(m_channel))
|
||||||
{
|
{
|
||||||
Dictionary<string, string> data = ExtractMsg(inputLine);
|
Dictionary<string, string> data = ExtractMsg(inputLine);
|
||||||
|
|
Loading…
Reference in New Issue