It produces a lot of output and normally isn't useful.
Signed-off-by: Michael Goldish <[email protected]>
---
client/tests/kvm/kvm.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/client/tests/kvm/kvm.py b/client/tests/kvm/kvm.py
index 4dec182..dc00edd 100644
--- a/client/tests/kvm/kvm.py
+++ b/client/tests/kvm/kvm.py
@@ -41,7 +41,6 @@ class kvm(test.test):
"messages.")
env_filename = os.path.join(self.bindir, params.get("env", "env"))
env = kvm_utils.load_env(env_filename, self.env_version)
- logging.debug("Contents of environment: %s", env)
test_passed = False
@@ -98,7 +97,6 @@ class kvm(test.test):
"postprocessing: %s", e)
finally:
kvm_utils.dump_env(env, env_filename)
- logging.debug("Contents of environment: %s", env)
except Exception, e:
if params.get("abort_on_error") != "yes":
--
1.7.3.3
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html