Simple cleanups for debugging code that is not being used. Signed-off-by: Cleber Rosa <cr...@redhat.com> --- tests/acceptance/cpu_queries.py | 3 --- 1 file changed, 3 deletions(-)
diff --git a/tests/acceptance/cpu_queries.py b/tests/acceptance/cpu_queries.py index e71edec39f..a9ac3d692e 100644 --- a/tests/acceptance/cpu_queries.py +++ b/tests/acceptance/cpu_queries.py @@ -8,8 +8,6 @@ # This work is licensed under the terms of the GNU GPL, version 2 or # later. See the COPYING file in the top-level directory. -import logging - from avocado_qemu import Test class QueryCPUModelExpansion(Test): @@ -24,7 +22,6 @@ class QueryCPUModelExpansion(Test): cpus = self.vm.command('query-cpu-definitions') for c in cpus: - print(repr(c)) self.assertNotIn('', c['unavailable-features'], c['name']) for c in cpus: -- 2.21.0