diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs b/OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs index a40b5ee..786118b 100644 --- a/OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs +++ b/OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs | |||
@@ -291,7 +291,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools | |||
291 | if (File.Exists(OutFile)) | 291 | if (File.Exists(OutFile)) |
292 | 292 | ||
293 | { | 293 | { |
294 | m_scriptEngine.Log.DebugFormat("[Compiler] Returning existing assembly for {0}", asset); | 294 | // m_scriptEngine.Log.DebugFormat("[Compiler] Returning existing assembly for {0}", asset); |
295 | return OutFile; | 295 | return OutFile; |
296 | } | 296 | } |
297 | 297 | ||
@@ -573,8 +573,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools | |||
573 | errtext += "No compile error. But not able to locate compiled file."; | 573 | errtext += "No compile error. But not able to locate compiled file."; |
574 | throw new Exception(errtext); | 574 | throw new Exception(errtext); |
575 | } | 575 | } |
576 | m_scriptEngine.Log.DebugFormat("[Compiler] Compiled new assembly "+ | 576 | // m_scriptEngine.Log.DebugFormat("[Compiler] Compiled new assembly "+ |
577 | "for {0}", asset); | 577 | // "for {0}", asset); |
578 | return OutFile; | 578 | return OutFile; |
579 | } | 579 | } |
580 | 580 | ||