Skip to content

Commit 74d3ccf

Browse files
committed
chore(protobuf): remove unused debug code
1 parent f1f873b commit 74d3ccf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lagrange/utils/binary/protobuf/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ def _get_annotations(
176176
def _get_field_mapping(cls) -> Dict[int, Tuple[str, Type[_ProtoTypes]]]: # Tag, (Name, Type)
177177
field_mapping: Dict[int, Tuple[str, Type[_ProtoTypes]]] = {}
178178
if cls._delay_anno_map:
179-
print(f"WARNING: '{cls.__name__}' has delay annotations: {cls._delay_anno_map}")
180179
cls._resolve_annotations(cls)
181180
for name, (typ, field) in cls._anno_map.items():
182181
field_mapping[field.tag] = (name, typ)

0 commit comments

Comments
 (0)