Skip to content

Commit

Permalink
removed print of adj names
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanovaos committed Sep 16, 2024
1 parent 2a5e36b commit c8deda8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion networkcommons/visual/_vis_networkx.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ def adjust_node_labels(self,
max_length=max_length,
wrap_length=wrap_length)
node_data['label'] = adjusted_name
print(adjusted_name)


def visualize_network_default(self,
Expand Down

0 comments on commit c8deda8

Please sign in to comment.