diff options
author | Mario Melara <maamelara@gmail.com> | 2016-02-24 15:34:32 -0800 |
---|---|---|
committer | Mario Melara <maamelara@gmail.com> | 2016-02-24 15:34:32 -0800 |
commit | 5c3c6e7f066a3f95f9113c46640546516d7a8257 (patch) | |
tree | f5772379cdbe6982a4a0f6958dbb185b0e528dfb /lib | |
parent | 234681306cdfb9aea9772781fcb68c4045bdc315 (diff) | |
download | spack-5c3c6e7f066a3f95f9113c46640546516d7a8257.tar.gz spack-5c3c6e7f066a3f95f9113c46640546516d7a8257.tar.bz2 spack-5c3c6e7f066a3f95f9113c46640546516d7a8257.tar.xz spack-5c3c6e7f066a3f95f9113c46640546516d7a8257.zip |
Got rid of print statements
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/test/operating_system.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/spack/spack/test/operating_system.py b/lib/spack/spack/test/operating_system.py index a4327dde83..205408db3f 100644 --- a/lib/spack/spack/test/operating_system.py +++ b/lib/spack/spack/test/operating_system.py @@ -38,7 +38,6 @@ class TestOperatingSystem(unittest.TestCase): self.assertEquals(self.cray_back_os.compiler_strategy, "MODULES") def test_linux_operating_system(self): - print self.linux_operating_sys self.assertIsInstance(self.linux_operating_sys, LinuxDistro) def test_linux_compiler_strategy(self): |