chore: removed some logs
This commit is contained in:
@@ -207,6 +207,7 @@ namespace Ragon.Core
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
case RagonOperation.LOAD_SCENE:
|
||||
@@ -450,8 +451,6 @@ namespace Ragon.Core
|
||||
{
|
||||
_serializer.Clear();
|
||||
_serializer.WriteOperation(RagonOperation.REPLICATE_ENTITY_STATE);
|
||||
|
||||
_logger.Trace((ushort) _entitiesDirty.Count);
|
||||
_serializer.WriteUShort((ushort) _entitiesDirty.Count);
|
||||
for (var entityIndex = 0; entityIndex < _entitiesDirty.Count; entityIndex++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user