Yengine: comment out some debug debug exec state

This commit is contained in:
UbitUmarov
2021-07-23 07:13:30 +01:00
parent d8dccc7570
commit ae49b540c1
5 changed files with 59 additions and 59 deletions

View File

@@ -1174,7 +1174,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine
BinaryReader br = new BinaryReader(stream);
this.MigrateIn(br);
m_RunOnePhase = "MigrateInEventHandler finished";
//m_RunOnePhase = "MigrateInEventHandler finished";
CheckRunLockInvariants(true);
}
}