remove misleading comment

0.6.5-rc1
Sean Dague 2009-05-07 19:37:25 +00:00
parent aaad2fc8ff
commit 6d36985bbc
1 changed files with 0 additions and 3 deletions

View File

@ -252,9 +252,6 @@ namespace OpenSim.Region.CoreModules.World.Archiver.Tests
{
scene.EventManager.OnOarFileLoaded += LoadCompleted;
archiverModule.DearchiveRegion(archiveReadStream);
// Load occurs asynchronously right now
//Monitor.Wait(this, 60000);
}
Assert.That(m_lastErrorMessage, Is.Null);