Complete removal of code partially removed by commit 073ce3d.

This commit is contained in:
Michael Jumper 2021-03-05 12:13:21 -08:00
parent fe3fd6c35b
commit c28c6c7b98

View File

@ -39,8 +39,6 @@ import org.apache.guacamole.GuacamoleException;
import org.apache.guacamole.GuacamoleServerException;
import org.apache.guacamole.environment.Environment;
import org.apache.guacamole.properties.URIGuacamoleProperty;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* Service that provides access to OpenUDS-specific configuration information
@ -49,11 +47,6 @@ import org.slf4j.LoggerFactory;
@Singleton
public class ConfigurationService {
/**
* Logger for this class.
*/
/* private final Logger logger = LoggerFactory.getLogger(ConfigurationService.class); */
/**
* The name of the property within guacamole.properties which defines the
* base URL of the service providing connection configuration information.