From 9d289ac2027267a332ac71f5d5a3a8c8bb39f1ef Mon Sep 17 00:00:00 2001 From: Esiur Project Date: Fri, 24 Jun 2022 00:47:52 +0300 Subject: [PATCH] template --- lib/src/Resource/Template/TypeTemplate.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/src/Resource/Template/TypeTemplate.dart b/lib/src/Resource/Template/TypeTemplate.dart index 65474a7..104457e 100644 --- a/lib/src/Resource/Template/TypeTemplate.dart +++ b/lib/src/Resource/Template/TypeTemplate.dart @@ -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);