tests: remove extraneous print statement
This commit is contained in:
@@ -98,10 +98,6 @@ def descend_and_check(iterable, level=0):
|
|||||||
for spec in specs:
|
for spec in specs:
|
||||||
dag = Spec(spec)
|
dag = Spec(spec)
|
||||||
dag.normalize()
|
dag.normalize()
|
||||||
from pprint import pprint
|
|
||||||
pprint(dag.to_node_dict())
|
|
||||||
break
|
|
||||||
|
|
||||||
level = descend_and_check(dag.to_node_dict())
|
level = descend_and_check(dag.to_node_dict())
|
||||||
|
|
||||||
# level just makes sure we are doing something here
|
# level just makes sure we are doing something here
|
||||||
|
Reference in New Issue
Block a user