Remove a line of debug info in XEngine that i missed

0.6.1-post-fixes
Melanie Thielker 2008-12-03 03:28:28 +00:00
parent b80a48841e
commit 4636e5fc01
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }