From 6c23014723c1b3f2415e444458c70707fe42db8b Mon Sep 17 00:00:00 2001 From: wangqi Date: Wed, 28 Feb 2018 09:27:37 +0000 Subject: [PATCH] delete useless globe variables Change-Id: Ie9a44dd91764bc484739a918b4f42869cfaf1f3e --- redfish/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/redfish/config.py b/redfish/config.py index ffc9aee..62e80fa 100644 --- a/redfish/config.py +++ b/redfish/config.py @@ -13,7 +13,6 @@ standard_library.install_aliases() # Global variable definition -logger = None TORTILLADEBUG = True HOME = os.getenv('HOME') if HOME is None: