diff --git a/bridge_master.py b/bridge_master.py index ee2e07e..437da19 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -720,7 +720,7 @@ def options_config(): try: k,v = x.split('=') except ValueError: - logger.debug('(OPTIONS) Value error %s ignoring %s %s',_system,k,v) + #logger.debug('(OPTIONS) Value error %s ignoring %s %s',_system,k,v) continue _options[k] = v logger.debug('(OPTIONS) Options found for %s',_system)