mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +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);
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
using System;
|
||||
using OpenSim.Region.Framework.Scenes;
|
||||
using OpenMetaverse;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user