diff --git a/platypush/config/__init__.py b/platypush/config/__init__.py index 3f1c70d0..52ef8a6a 100644 --- a/platypush/config/__init__.py +++ b/platypush/config/__init__.py @@ -126,7 +126,6 @@ class Config(object): token == 'logging' or \ token == 'workdir' or \ token == 'device_id' or \ - token == 'switches' or \ token == 'environment' def _read_config_file(self, cfgfile):