removed dead code

[ci skip]
This commit is contained in:
Sebastian Stenzel
2021-01-22 09:34:18 +01:00
parent b1d7cfc81b
commit b2f27c0a3d

View File

@@ -10,8 +10,6 @@ import org.cryptomator.frontend.webdav.WebDavServer;
import org.cryptomator.frontend.webdav.mount.MountParams;
import org.cryptomator.frontend.webdav.mount.Mounter;
import org.cryptomator.frontend.webdav.servlet.WebDavServletController;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.inject.Inject;
import javax.inject.Provider;
@@ -22,7 +20,6 @@ import java.util.Optional;
public class WebDavVolume implements Volume {
private static final Logger LOG = LoggerFactory.getLogger(WebDavVolume.class);
private static final String LOCALHOST_ALIAS = "cryptomator-vault";
private final Provider<WebDavServer> serverProvider;