Skip to content

Commit d5bbe9d

Browse files
author
anna-grim
committed
remove print
1 parent 13b37b0 commit d5bbe9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/segmentation_skeleton_metrics/data_handling/graph_loading.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,6 @@ def build_labels_graph(self, connections_path):
588588
labels_graph.add_nodes_from(self.valid_labels)
589589

590590
# Main
591-
print(util.read_txt(connections_path))
592591
for line in util.read_txt(connections_path):
593592
ids = line.split(",")
594593
id_1 = util.get_segment_id(ids[0])

0 commit comments

Comments
 (0)