Skip to content
Snippets Groups Projects
Commit d1659fbd authored by Guilhem Gamard's avatar Guilhem Gamard
Browse files

Removed debug-print statement

parent 84dfa083
No related branches found
No related tags found
No related merge requests found
......@@ -354,7 +354,6 @@ def and_not(dep_lists, init_vals, update_mode):
"""
nodes = []
for (dep_list, init_val, i) in zip(dep_lists[1:], init_vals[1:], count(1)):
print("{} {} {}".format(dep_list, init_val, i))
update_func = and_not_update_func(dep_list)
deps = [abs(d) for d in dep_list]
node = Node(i, update_func, deps, init_val)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment