We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9793391 commit 63d30ebCopy full SHA for 63d30eb
labelbox/data/serialization/ndjson/label.py
@@ -31,7 +31,6 @@ def to_common(self) -> LabelGenerator:
31
grouped_annotations[annotation.data_row.id or
32
annotation.data_row.global_key].append(
33
annotation)
34
- print(grouped_annotations)
35
return LabelGenerator(
36
data=self._generate_annotations(grouped_annotations))
37
0 commit comments