chore: removed some logs

This commit is contained in:
2022-08-14 11:14:11 +04:00
parent dff6dbcf97
commit ba2ce25aec
+1 -2
View File
@@ -207,6 +207,7 @@ namespace Ragon.Core
break; break;
} }
} }
break; break;
} }
case RagonOperation.LOAD_SCENE: case RagonOperation.LOAD_SCENE:
@@ -450,8 +451,6 @@ namespace Ragon.Core
{ {
_serializer.Clear(); _serializer.Clear();
_serializer.WriteOperation(RagonOperation.REPLICATE_ENTITY_STATE); _serializer.WriteOperation(RagonOperation.REPLICATE_ENTITY_STATE);
_logger.Trace((ushort) _entitiesDirty.Count);
_serializer.WriteUShort((ushort) _entitiesDirty.Count); _serializer.WriteUShort((ushort) _entitiesDirty.Count);
for (var entityIndex = 0; entityIndex < _entitiesDirty.Count; entityIndex++) for (var entityIndex = 0; entityIndex < _entitiesDirty.Count; entityIndex++)
{ {