diff --git a/lib/cdist/config_install.py b/lib/cdist/config_install.py index dc847a8b..ff6d3921 100644 --- a/lib/cdist/config_install.py +++ b/lib/cdist/config_install.py @@ -52,9 +52,6 @@ class ConfigInstall(object): self.manifest = core.Manifest(self.context.target_host, self.local) self.code = core.Code(self.context.target_host, self.local, self.remote) - # Setup env to be used by others - FIXME - self.__init_env() - def cleanup(self): # FIXME: move to local? self.log.debug("Saving " + self.local.out_path + " to " + self.local.cache_path)