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

This commit is contained in:
Justin Clark-Casey (justincc)
2012-05-24 04:33:36 +01:00
parent 38ce9d45a5
commit f4cd4c8e28

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