Mantis#1899. Thank you kindly, Cmickeyb for a patch that:

attached are some patches to either comment out direct 
console writes or to convert them to log writes
This commit is contained in:
Charles Krinke
2008-08-07 15:12:33 +00:00
parent b72cc7df01
commit 9a8569160f
3 changed files with 11 additions and 11 deletions

View File

@@ -59,7 +59,7 @@ namespace OpenSim.Region.ScriptEngine.Common.ScriptEngineBase.AsyncCommandPlugin
public void SetTimerEvent(uint m_localID, LLUUID m_itemID, double sec)
{
Console.WriteLine("SetTimerEvent");
// Console.WriteLine("SetTimerEvent");
// Always remove first, in case this is a re-set
UnSetTimerEvents(m_localID, m_itemID);