diff --git a/python/ionpy/Graph.py b/python/ionpy/Graph.py index b5975b5d..9afc0847 100644 --- a/python/ionpy/Graph.py +++ b/python/ionpy/Graph.py @@ -50,7 +50,6 @@ def __del__(self): def __add__(self, other): if isinstance(other, Graph): - print(self) c_ion_graph_sized_array_t = c_ion_graph_t * 2 # arraysize == num_graphs c_graphs = c_ion_graph_sized_array_t() # instance c_graphs[0] = self.obj