remove misleading comment

This commit is contained in:
Sean Dague
2009-05-07 19:37:25 +00:00
parent aaad2fc8ff
commit 6d36985bbc

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