Remove a line of debug info in XEngine that i missed
parent
b80a48841e
commit
4636e5fc01
|
@ -341,7 +341,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools
|
||||||
//
|
//
|
||||||
if (File.Exists(OutFile))
|
if (File.Exists(OutFile))
|
||||||
{
|
{
|
||||||
m_scriptEngine.Log.DebugFormat("[Compiler] Returning existing assembly for {0}", asset);
|
// m_scriptEngine.Log.DebugFormat("[Compiler] Returning existing assembly for {0}", asset);
|
||||||
return OutFile;
|
return OutFile;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue