Skip to content

Commit 248d826

Browse files
committed
removed unnecessary print
1 parent f222214 commit 248d826

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/superannotate/lib/app/analytics/aggregators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ def aggregate_video_annotations_as_df(self, annotation_paths: List[str]):
241241
instance_raw.pointLabels = instance["meta"].get("pointLabels")
242242
parameters = instance.get("parameters", [])
243243
if instance_raw.type == 'tag':
244-
print(instance["meta"]["attributes"])
245244
attributes = instance["meta"].get("attributes",[])
246245
raws = self.__add_attributes_to_raws(raws, attributes, instance_raw)
247246
for parameter_id, parameter in enumerate(parameters):

0 commit comments

Comments
 (0)