2
0
mirror of https://github.com/esiur/esiur-dart.git synced 2025-05-06 04:02:57 +00:00
This commit is contained in:
Esiur Project 2022-06-24 00:47:52 +03:00
parent 437121f223
commit 9d289ac202

View File

@ -305,7 +305,6 @@ class TypeTemplate {
_className = data.getString(offset + 1, data[offset]);
offset += data[offset] + 1;
//print(" annotation : ${_className} ${hasAnnotation}");
if (hasParent) {
_parentId = data.getGuid(offset);
@ -318,7 +317,6 @@ class TypeTemplate {
_annotation = data.getString(offset, len);
offset += len;
//print("Has annotation ${_annotation}");
}
_version = data.getInt32(offset);