Skip to content

Commit

Permalink
delete print
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinyu Li committed Mar 5, 2024
1 parent 415f584 commit 42d5caa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/ionpy/Graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42d5caa

Please sign in to comment.