diff options
author | Steve Milner <smilner@redhat.com> | 2017-01-11 09:25:26 -0500 |
---|---|---|
committer | Steve Milner <smilner@redhat.com> | 2017-01-11 09:25:26 -0500 |
commit | e33092c82d3376d2468758a0fde3bff96f9939dd (patch) | |
tree | d2022eb10ae10d916d4e7a0873560b4696cef1b9 /utils/test/test_utils.py | |
parent | f443452d1a999df7417e665533494cebb44c0e7a (diff) | |
download | openshift-e33092c82d3376d2468758a0fde3bff96f9939dd.tar.gz openshift-e33092c82d3376d2468758a0fde3bff96f9939dd.tar.bz2 openshift-e33092c82d3376d2468758a0fde3bff96f9939dd.tar.xz openshift-e33092c82d3376d2468758a0fde3bff96f9939dd.zip |
cleanup: Removed debug prints from tests
Diffstat (limited to 'utils/test/test_utils.py')
-rw-r--r-- | utils/test/test_utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/test/test_utils.py b/utils/test/test_utils.py index b18f85692..cbce64f7e 100644 --- a/utils/test/test_utils.py +++ b/utils/test/test_utils.py @@ -38,7 +38,6 @@ class TestUtils(unittest.TestCase): with mock.patch('ooinstall.utils.installer_log') as _il: debug_env(self.debug_all_params) - print(_il.debug.call_args_list) # Debug was called for each item we expect self.assertEqual( |