Skip to content

Commit 63d30eb

Browse files
author
Kevin Kim
committed
Remove prints
1 parent 9793391 commit 63d30eb

File tree

1 file changed

+0
-1
lines changed
  • labelbox/data/serialization/ndjson

1 file changed

+0
-1
lines changed

labelbox/data/serialization/ndjson/label.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def to_common(self) -> LabelGenerator:
3131
grouped_annotations[annotation.data_row.id or
3232
annotation.data_row.global_key].append(
3333
annotation)
34-
print(grouped_annotations)
3534
return LabelGenerator(
3635
data=self._generate_annotations(grouped_annotations))
3736

0 commit comments

Comments
 (0)