diff --git a/src/fk_graph/plotly_functions.py b/src/fk_graph/plotly_functions.py index ac3e7da..853edb7 100644 --- a/src/fk_graph/plotly_functions.py +++ b/src/fk_graph/plotly_functions.py @@ -310,7 +310,6 @@ def basic_test(): args = process_graph(G) f = plot_v2(*args) - print(f.to_json()[:50], '... etc.') f.show()