mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Comment out accidentally left in log line that was printing out the control file on OAR save
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user