Skip to content

Commit

Permalink
Remove a debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCurtis committed Jan 28, 2024
1 parent d4592a3 commit a743032
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fk_graph/plotly_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ def basic_test():
args = process_graph(G)

f = plot_v2(*args)
print(f.to_json()[:50], '... etc.')
f.show()


Expand Down

0 comments on commit a743032

Please sign in to comment.