mirror of
				https://github.com/esiur/esiur-dart.git
				synced 2025-10-30 07:11:36 +00:00 
			
		
		
		
	template
This commit is contained in:
		| @@ -305,7 +305,6 @@ class TypeTemplate { | |||||||
|     _className = data.getString(offset + 1, data[offset]); |     _className = data.getString(offset + 1, data[offset]); | ||||||
|     offset += data[offset] + 1; |     offset += data[offset] + 1; | ||||||
|  |  | ||||||
|     //print(" annotation : ${_className} ${hasAnnotation}"); |  | ||||||
|  |  | ||||||
|     if (hasParent) { |     if (hasParent) { | ||||||
|       _parentId = data.getGuid(offset); |       _parentId = data.getGuid(offset); | ||||||
| @@ -318,7 +317,6 @@ class TypeTemplate { | |||||||
|       _annotation = data.getString(offset, len); |       _annotation = data.getString(offset, len); | ||||||
|       offset += len; |       offset += len; | ||||||
|  |  | ||||||
|       //print("Has annotation ${_annotation}"); |  | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     _version = data.getInt32(offset); |     _version = data.getInt32(offset); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user