diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2019-09-02 09:34:12 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2019-09-02 19:24:48 -0700 |
commit | 2dc746776079270e5c9b8f6c5f2f2e491db151d7 (patch) | |
tree | 4d50bcd59cef48478daf79e0ffdde46bee6bd594 /lib | |
parent | d4bad0620222f3137eccd451d3c6bccecb40b357 (diff) | |
download | spack-2dc746776079270e5c9b8f6c5f2f2e491db151d7.tar.gz spack-2dc746776079270e5c9b8f6c5f2f2e491db151d7.tar.bz2 spack-2dc746776079270e5c9b8f6c5f2f2e491db151d7.tar.xz spack-2dc746776079270e5c9b8f6c5f2f2e491db151d7.zip |
tests: remove extraneous print statement
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/test/spec_yaml.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/spack/spack/test/spec_yaml.py b/lib/spack/spack/test/spec_yaml.py index 5c274797a4..9943084951 100644 --- a/lib/spack/spack/test/spec_yaml.py +++ b/lib/spack/spack/test/spec_yaml.py @@ -98,10 +98,6 @@ def test_using_ordered_dict(mock_packages): for spec in specs: dag = Spec(spec) dag.normalize() - from pprint import pprint - pprint(dag.to_node_dict()) - break - level = descend_and_check(dag.to_node_dict()) # level just makes sure we are doing something here |