From c5569ff235190c65b7d4858652eca2e28df9bd6c Mon Sep 17 00:00:00 2001 From: Adam Stokes Date: Fri, 1 Aug 2014 11:30:32 -0400 Subject: [megacli] - remove rogue print statement Signed-off-by: Adam Stokes --- sos/plugins/megacli.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sos/plugins/megacli.py b/sos/plugins/megacli.py index fa42da32..1630c486 100644 --- a/sos/plugins/megacli.py +++ b/sos/plugins/megacli.py @@ -27,10 +27,9 @@ class MegaCLI(Plugin, RedHatPlugin): def setup(self): if os.path.isfile("/opt/MegaRAID/MegaCli/MegaCli64"): - print "" self.add_custom_text("LSI MegaCLI is installed.
") self.get_megacli_files() - + def get_megacli_files(self): """ MegaCLI specific output """ @@ -42,4 +41,3 @@ class MegaCLI(Plugin, RedHatPlugin): ]) # vim: et ts=4 sw=4 - -- cgit