Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed Jan 31, 2024
1 parent 2c6892a commit ff5373a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ def view_edge_list(self):
then containing the weight value for each edge
"""
if self.edgelist is None:
print("edgelist is None")
src, dst, weights = graph_primtypes_wrapper.view_edge_list(self)
self.edgelist = self.EdgeList(src, dst, weights)

Expand Down

0 comments on commit ff5373a

Please sign in to comment.