mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Remove debug output using Console.WriteLine and trim excessive whitespace
This commit is contained in:
@@ -838,7 +838,6 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
}
|
||||
|
||||
string response = OSDParser.SerializeLLSDXmlString(resp);
|
||||
Console.WriteLine(response);
|
||||
return response;
|
||||
}
|
||||
|
||||
@@ -881,7 +880,6 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
}
|
||||
|
||||
string response = OSDParser.SerializeLLSDXmlString(resp);
|
||||
Console.WriteLine(response);
|
||||
return response;
|
||||
}
|
||||
|
||||
@@ -954,14 +952,8 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
}
|
||||
|
||||
string response = OSDParser.SerializeLLSDXmlString(resp);
|
||||
Console.WriteLine(response);
|
||||
return response;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
public class AssetUploader
|
||||
|
||||
Reference in New Issue
Block a user