aboutsummaryrefslogtreecommitdiffstats
path: root/sos/plugins/xen.py
diff options
context:
space:
mode:
Diffstat (limited to 'sos/plugins/xen.py')
-rw-r--r--sos/plugins/xen.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/sos/plugins/xen.py b/sos/plugins/xen.py
index 8256f932..4bc8eef8 100644
--- a/sos/plugins/xen.py
+++ b/sos/plugins/xen.py
@@ -90,8 +90,6 @@ class xen(sos.plugintools.PluginBase):
# useful, so I'll leave it out for now
else:
# for bare-metal, we don't have to do anything special
- return
+ return #USEFUL
self.addCustomText("Xen hostType: "+host_type)
- return
-