mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
coment out a debug line
This commit is contained in:
@@ -359,7 +359,7 @@ namespace OpenSim.Region.OptionalModules.Materials
|
||||
|
||||
byte[] data = matAsset.Data;
|
||||
|
||||
string txt = System.Text.Encoding.ASCII.GetString(data);
|
||||
// string txt = System.Text.Encoding.ASCII.GetString(data);
|
||||
try
|
||||
{
|
||||
mat = (OSDMap)OSDParser.DeserializeLLSDXml(data);
|
||||
|
||||
Reference in New Issue
Block a user