Comment out accidentally left in log line that was printing out the control file on OAR save

0.7.4.1
Justin Clark-Casey (justincc) 2012-05-24 04:33:36 +01:00
parent 38ce9d45a5
commit f4cd4c8e28
1 changed files with 3 additions and 3 deletions

View File

@ -428,9 +428,9 @@ namespace OpenSim.Region.CoreModules.World.Archiver
s = sw.ToString();
}
if (m_scene != null)
Console.WriteLine(
"[ARCHIVE WRITE REQUEST PREPARATION]: Control file for {0} is: {1}", m_scene.RegionInfo.RegionName, s);
// if (m_scene != null)
// Console.WriteLine(
// "[ARCHIVE WRITE REQUEST PREPARATION]: Control file for {0} is: {1}", m_scene.RegionInfo.RegionName, s);
return s;
}